What is System Analysis? A) The design of the screen the user will see and use to enter or display data B) System analysis defines the format and type of data the program will use C) System Analysis involves creating formal model of the problem to be solved D) None of the above

1 Answer

Answer :

Answer : C

Related questions

Description : Point out the correct statement. a) Platforms cannot be based on specific types of development languages, application frameworks, or other constructs b) PaaS systems offer a way to create user ... customers may interact with the software to enter and retrieve data d) All of the mentioned

Last Answer : PaaS systems offer a way to create user interfaces

Description : The map colouring problem can be solved using which of the following technique? (A) Means-end analysis (B) Constraint satisfaction (C) AO* search (D) Breadth first search

Last Answer : (B) Constraint satisfaction

Description : Which of the following is not a function of the Input Unit? a) It reads instructions and data from the outside world. b) It converts the data into computer acceptable format. c) It ... into user understandable format. d) It supplies the data and instructions to the computer for further processing.

Last Answer : Answer: c Explanation: The input unit converts the data into computer understandable format i.e. binary format and not the user understandable format. It is the duty of the output unit to make the data into user understandable format

Description : Which unit is responsible for converting the data received from the user into computer understandable format? a) Memory Unit b) Arithmetic & Logic Unit c) Input Unit d) Output Unit

Last Answer : Answer: c Explanation: The Input Unit converts the data, which the user enters into a language which the computer understands, i.e. it converts the data into binary format. The ... after immediate results of processing whereas; the ALU is responsible for various arithmetic and bitwise operations

Description : 27. The mathematical model of an LP problem is important because a. It helps in converting the verbal description & numerical data into mathematical expression b. Decision-makers prefer to ... captures the relevant relationship among decision factors d. It enables the use of algebraic technique

Last Answer : a. It helps in converting the verbal description & numerical data into mathematical expression

Description : In OSI model, which of the following layer transforms information from machine format into that understandable by user a. application b. session c. presentation d. physical

Last Answer : c. presentation

Description : Write a C++ program to write ‘Welcome to poly’ in a file. Then read the data from file and display it on screen.

Last Answer : #include #include #include void main()  { char str[25] = "Welcome to poly",ch; clrscr(); ofstream fout; fout.open("output.txt"); fout

Description : What do you think of this television program format (which involves dogs)

Last Answer : That seems to be the only format TV producers can come up with these days – whether the contestents are fatties, fashion designers, survivors or dogs. Booorrring – and this case, really unfair to the dogs.

Description : In cellular system, _____ defines the geographic distance that is required between cells using identical frequencies in order to avoid interference between the radio transmissions at these cells. A. frequency-reuse ratio B. distance-to-reuse ratio (D/R) C. reuse format plan ratio D. reuse factor

Last Answer : B. distance-to-reuse ratio (D/R)

Description : Evaluating lo ting location alternatives by c ves by comparing the ing their composite (weighted-averag -average) scores involves involves a. factor rating analysis b. cost- ... transportation model analysis analysis d. linear regression regression analysis e. crossover crossover analysis

Last Answer : a. factor rating analysis

Description : good qualitative problem statement: a. Defines the independent and dependent variables b. Conveys a sense of emerging design c. Specifies a research hypothesis to be tested d. Specifies the relationship between variables that the researcher expects to find

Last Answer : b. Conveys a sense of emerging design

Description : How Write javascript program to display multiplication table of 2 without accepting input from user?

Last Answer : Use a counted for loop. On each iteration, multiply the controlvariable by 2 and print the result.

Description : Write a program to accept marks of four subjects as input from user. Calculate and display total and percentage marks of student. 

Last Answer : #include<stdio.h> #include<conio.h> void main() { float marks[4]; float total=0.0, perc=0.0; int i; clrscr(); for(i=1;i<=4;i++) { printf("Enter marks of ... is :%f",total); perc=total/4; printf("Percentage is %f",perc); getch(); }

Description : Write a program in C++ to accept a string from a user and display its reverse using pointer.

Last Answer : #include<iostream.h> #include<conio.h> #include<string.h> void main() { char str[20],*ptr; int l; clrscr(); cout<<"\n Enter a string : "; cin>>str; l=strlen(str); ... (l!=0) { ptr--; cout<<*ptr; l--; } getch(); }

Description : When an operating system prompt (A>) is displayed on the screen, what do you enter from the keyboard to load an application program?

Last Answer : The program name.

Description : When every entity of a geometric model remains parallel to its initial position, thetransformation is called as a.User Coordinate System b.World Coordinate System c.Screen Coordinate System d.None of the above

Last Answer : b.World Coordinate System

Description : Which coordinate system is a device-dependent coordinate system? a.World Coordinate System b.Model Coordinate System c.User Coordinate System d.Screen Coordinate System

Last Answer : d.Screen Coordinate System

Description : Application layer protocol defines ____ a.types of messages exchanged b.message format, syntax and semantics c.rules for when and how processes send and respond to messages d.all of the mentioned

Last Answer : d.all of the mentioned

Description : Which sequence of research steps is logical in the list given below? (A) Problem formulation, Analysis, Development of Research design, Hypothesis making, Collection of data, Arriving ... sample and data collection tools Formulation of hypothesis, Collection and interpretation of research evidence

Last Answer : (C) Problem formulation, Hypothesis making, Development of a Research design, Collection of a Data; Data analysis and formulation of generalizations and conclusions. 

Description : Which of the following should be done by user while typing a paragraph: a) Press Enter at the end of every line b) Press Enter at the end of every statement c) No need to press Enter d) Press Enter at the end of every paragraph e) None of The Above

Last Answer : d) Press Enter at the end of every paragraph

Description : What is the main function of Session layer in OSI model? a. Defines how data is formatted between the devices b. Made physical connection between server and client c. Both a and b d. None of the above

Last Answer : a. Defines how data is formatted between the devices

Description : Which of the following is an advantage of mounting an application on the web? a) The possibility of 24 hour access for users b) Creating a system that can be extended globally c) Standardizing the design of the interface d) All of The Above e) None of The Above

Last Answer : d) All of The Above

Description : The most formal definition of marketing is ________. A. Meeting needs profitably B. Identifying and meeting human and social needs C. The four Ps (product, price, place, promotion) D. ... ways that benefit the organization and its stakeholders. E. Improving the quality of life for consumers

Last Answer : D. An organizational function and a set of processes for creating, communicating, and delivering value to customers and for managing customer relationships in ways that benefit the organization and its stakeholders.

Description : Write a shell script to accept length and breadth of rectangle from user. Calculate and display area, perimeter, of entered values using choice entered by user.

Last Answer : #!/bin/bash # GNU bash, version 4.3.46 echo "Enter Length of Rectangle: " read length echo "Enter Breadth of Rectangle: " read breadth echo "Which operation you want to perform? 1: area 2: perimeter" read ... ) res=` echo 2 \* $length \* $breadth | bc` ;; esac echo "Result is $res" exit 0

Description : For the best model suitable for the project, in which of the phase  the developers decide a roadmap for project plan? a. Design b. System Analysis c. Coding d. Testing

Last Answer : b. System Analysis

Description : We use the output of the requirement analysis, the requirement specification as the input for writing :- a) User Acceptance Test Cases b) Integration Level Test Cases c) Unit Level Test Cases d) Program specifications

Last Answer : a) User Acceptance Test Cases

Description : The establishment of the overall audit strategy involves a. Determining the characteristics of the engagement that defines its scope. b. Ascertaining the reporting objectives of the engagement to plan the timing ... will determine the focus of the engagement team's efforts. d. All of the answers

Last Answer : All of the answers

Description : An application program that helps the user to change any number and immediately see the result of that change is A) Desktop publishing program B) Database C) Spreadsheet D) All of above

Last Answer : Answer : C

Description : What is the full form of UDP a. Union Development Program b. User Data Program c. User Datagram Protocol d. Unified Datagram Provider

Last Answer : c. User Datagram Protocol

Description : What is the full form of UDP a. Union Development Program b. User Data Program c. User Datagram Protocol d. Unified Datagram Provider

Last Answer : c. User Datagram Protocol

Description : What advantage comes from trust between alliance partners? a) Trust enables partners to enter into detailed formal contracts. b) Trust makes partners more willing to share information. c) Trust increases relational risks. d) Trust causes partners to cheat on each other

Last Answer : Trust makes partners more willing to share information.

Description : Which involves photo scanning of the text character by character, analysis of the scanned in image , and then translation of the character image into character code? A. OCR B. OMR C. Bar code Reader D. None of the Above

Last Answer : A. OCR

Description : McGrath and Watson have defined research as Options: A) User of exploratory method B) A intellectual exploration C) Use of scientific method for analysis D) Problem-solving 

Last Answer : A) User of exploratory method

Description : What type of mathematical problem is solved by resolvers?

Last Answer : Right-triangle, or trigonometric, problems.

Description : What is the overall term for creating editing, formatting, storing, retrieving and printing a text document? a) Word processing b) Spreadsheet design c) Web design d) Database management e) None of these

Last Answer : a) Word processing

Description : When creating a Web document, what format is used to express an image's height and width? -Technology

Last Answer : Pixelsis used to express an image's height and width.

Description : The formal grammar rules governing the construction of valid instruction. a) test case b) syntax c) program d) semantics

Last Answer : Answer: b Explanation: Syntax determines the grammatical rules in a code. Semantics give meaning to the instructions

Description : Which skill needed by the nurse to think critically involves identification of patient problems indicated by data? a) Analysis Analysis is used to identify patient problems indicated by data. b) ... or interventions used to address patient problems and to help a patient move toward desired outcomes.

Last Answer : a) Analysis Analysis is used to identify patient problems indicated by data.

Description : Energy audit involves and of energy related data on regular basis and in a methodological manner. a) collection. c) Both a&b. b) Analysis. d) Only a.

Last Answer : Both a&b. 

Description : Management accounting involves A. Preparation of financial statements B. Analysis and interpretation of data C. Recording of transactions D. None of the above

Last Answer : B. Analysis and interpretation of data

Description : __________ defines how a user gets control of the channel so as to allow transmission.

Last Answer : channel access

Description : In a load flow problem solved by newton-Raphson method with polar coordinates, the size of the Jactobian is 100 × 100. If there are 20 PV buses in addition to PQ buses and a slack bus, the total number of buses in the system is_____

Last Answer : 61

Description : Which of the following is not included in waterfall model ? (A) Requirement analysis (B) Risk analysis (C) Design (D) Coding

Last Answer : (B) Risk analysis

Description : Which of the following controls the manner of interaction between the user and the operating system: a) User interface b) Language translator c) Platform d) Screen saver e) None of these

Last Answer : a) User interface

Description : What is the name of the computer terminal which gives paper printout? A) Display screen B) Soft copy terminal C) Hard copy terminal D) Plotter

Last Answer : Answer : C

Description : Which of the following does not affect the resolution of a video display image? A) Bandwidth B) Raster scan rage C) Vertical and horizontal lines of resolution D) Screen size

Last Answer : Answer : D

Description : What is the name of the display feature that highlights are of the screen which requires operator attention? A) Pixel B) Reverse video C) Touch screen D) Cursor

Last Answer : Answer : B

Description : Which device typically attachable to computer keyboard that allows a blind people to read? A. Light Pen B. Joystick C. Touch screen D. Braille display

Last Answer : D. Braille display

Description : The ______ may also be called the screen or monitor. A. Scanner B. Display C. Hard Disk D. None of the Above

Last Answer : B. Display

Description : Which two statements are true about the public cloud model? A. It meets security and auditing requirements for highly regulated industries. B. Resources and infrastructure are managed ... capital expenditures to creating a virtualized and elastic infrastructure within the enterprise data center.

Last Answer : It shifts the bulk of the costs from capital expenditures and IT infrastructure investment to an utility operating expense model.