Computer Science Part 2 MCQs Guess Paper 2016

Information World
0


Computer Science Part 2 MCQs Guess Paper 2016

Note: (Computer Science Part 2 MCQs Guess Paper 2016) All published material contains an informatory data which is only gathered for educational purpose. These guesses are prepared after detailed analysis of past five years exams. Our entire team and/or publishers are not responsible in case of variation in assumed results and outcomes. However the purposes of attempted efforts are to provide accurate and effective knowledge to the readers, in any case our entire team and/or publishers will not be responsible for the accuracy or misusage of all published material.

Guess Paper of Computer Science ICS Part 2 Important MCQs Questions

Which of the following is used as input device?
(A) Mouse
(B) Plotter
(C) Speaker
(D) All of these
Which one can be used as hardcopy output device?
(A) Plotter
(B) Display screen
(C) Speaker
(D) None of these
The data and instruction are fed through
(A) Input devices
(B) Output devices
(C) Both A & B
(D) None of these
Which of the following device is used as output device?
(A) Monitor
(B) Mike
(C) Mouse
(D) None of these
Microcomputers are divided into categories
(A) 2
(B) 3
(C) 4
(D) None of these
Example of microcomputer is
(A) IBM 370
(B) Laptop
(C) NEC
(D) DEC 1090
The word computer is derived from
(A) Latin word
(B) Urdu
(C) French
(D) Persian
All of the following is keyword in BASIC except
(A) IF
(B) FOR
(C) ELSE
(D) AVG
Which one of the following is not example of packaged software?
(A) MS-Word
(B) MS-Power Point
(C) MS-Access
(D) MS-Windows
Which is used in High Level Language and is just like English words
(A) Source Code
(B) Object Code
(C) Both A & B
(D) None of these
Example of system software is
(A) MS-Word
(B) Notepad
(C) Windows
(D) None of these
Which one is a temporary memory in computer?
(A) ROM
(B) RAM
(C) CD
(D) USB
One who, designs, writes, test and maintain computer program is called
(A) Program
(B) Programmer
(C) Analyzing
(D) None of these
A graphical representation of an algorithm is called
(A) Flow Chart
(B) Algorithm
(C) Both A & B
(D) None of these
Which one is not a procedural language?
(A) FORTRAN
(B) COBOL
(C) JAVA
(D) BASIC
The languages that are closed to human language are called
(A) High level
(B) Low level
(C) TVI!dlevel
(D) None of these
A quantity whose value can be changed during executir, of a program is called
(A) Constant
(B) Variable
(C) Operator
(D) All of them
ALU is a part of
(A) CPU
(B) RAM
(C) ROM
(D) Storage
A set of instructions given to the computer to perform some specific task is called
(A) Program
(B) Algorithm
(C) Flow Chart
(D) None of these
A system software package that converts a high level language program (as a whole) into machine language is
(A) Compiler
(B) Interpreter
(C) Assembler
(D) All of these
Which of the following is a procedural language?
(A) FORTRAN
(B) Assembly
(C) Machine language
(D) None of these
Following language provides IDE
(A) Visual Basic
(B) COBOL
(C) FORTRAN
(D) All of these
The special programs that are used to convert a source code into object code are called
(A) language translator
(B) language processor
(C) both A and B
(D) Preprocessor
The instructions written in machine language are in the form of
(A) ASCII code
(B) EBCDIC code
(C) Binary code
(D) Instruction code
Which of the following is object oriented programming language
(A) JAVA
(B) COBOL
(C) BASIC
(D) C-Language
How many types of languages are there
(A) 2
(B) 3
(C) 4
(D) 5
The language that are close to human language are called
(A) Programming
(B) Low level
(C) High level
(D) Middle level
JAVA is a language
(A) Procedural
(B) OOP
(C) IDE
(D) Non-Procedural
The set of rules for writing a program in any programming language is called
(A) Syntax
(B) Bug
(C) Debug
(D) Coding
The low level languages are further categorized into
(A) 2 types
(B) 3 types
(C) 4 types
(D) 5 types
Which language is the fundamental language of computer?
(A) assembly
(B) Machine
(C) BASIC
(D) Java
Following command is used for execute the program
(A) RUN
(B) TEST
(C) LOAD
(D) EDIT
Which BASIC command is used to delete a file from disk?
(A) DELETE
(B)CLEAR
(C) KILL
(D) DEL
Which command is used to see the constant, characters variables on the screen
(A) PRINT
(B) LIST
(C) RUN
(D) LPRINT
Which of the following structure is used to execute statements repeatedly?
(A) Loop
(B) Selection
(C) Sequence
(D) None of these
Which is not example of analog data?
(A) Voltage
(B) Current
(C) Speed
(D) Binary data
Which of the following is an example of analog computer
(A) Digital watch
(B) Analog clock
(C) Calculator
(D) Super computer
Weight Machine is an example of
(A) Analog Computer
(B) Digital Combuter
(C) Hybrid Machine
(D) EDP Machine
Which one is volatile memory?
(A) RAM
(B) DRAM
(C) SRAM
(D) All of these
Which of the following is not a volatile memory
(A) RAM
(B) SRAM
(C) DRAM
(D) ROM
ROM is a(n)
(A) Read only memory
(B) Volatile memory
(C) Non-volatile memory
(D) Both A and C
The storage location inside the CPU is called
(A) Registers
(B) RAM
(C) ROM
(D) Cache Memory
Which is not related to softcopy output?
(A) CRT
(B) Monitors
(C) Printers
(D) Screens
The binary equivalent of (F)16 is
(A) (1010)2
(B) (1110)2
(C) (0111)2
(D) (1110)2
Which error is detected at compiling time of program?
(A) Runtime
(B) Syntax
(C) Logical
(D) Both B and C
Which of the following error is detected at compile time of program
(A) Logical
(B) Syntax
(C) Grammatical
(D) Arithmetic
Which term is commonly used to refer to program errors
(A) Bugs
(B) Debug
(C) Compiling
(D) Coding
Which of the following error may occur if number is divided by 0
(A) Logical
(B) Syntax
(C) Runtime
(D) None of these
Which BASIC statement is related to READ statement?
(A) INPUT
(B) LET
(C) PRINT
(D) DATA
Which BASIC statement contains one condition and two branches?
(A) IF-THEN
(B) IF-THEN-ELSE
(C) GOTO
(D) none of these
Which is unconditional control transfer statement?
(A) FOR
(B) GOTO
(C) IF
(D) WHILE
A loop within loop is called
(A) Nested loop
(B) Complex loop
(C) Whop
(D) None
Which key is used to execute the program from its beginning
(A) F2
(B) F3
(C) F4
(D) F5
The action 8f writing instructions for computer to perform specific job is called
(A) Program
(B) Programmer
(C) Programming
(D) None of these
Example of logical operator
(A) AND
(B) END
(C) CLS
(D) None of these
The original objective for inventing a computer was to create a
(A) EDP Machine
(B) Processing Machine
(C) Calculating Machine
(D) Machine
What do you mean by kilobytes
(A) 1000 bytes
(B) 1024 bytes
(C) 1050 bytes
(D) 2014 bytes
How many types of computer storage are there
(A) 3
(B) 4
(C) 5
(D) 2
Which is not secondary storage?
(A) RAM
(B) Magnetic Disk
(C) Floppy Disk
(D) Hard Disk
Which one is the feature of computer?
(A) Accuracy
(B) Storage
(C) Automation
(D) All of these
In GW-BASIC, the maximum number of characters in a line can be
(A) 255
(B) 270
(C) 355
(D) 380
In GW-BASIC, the maximum number of character in variable name can be
(A) 40
(B) 45
(C) 35
(D) 48
FOR —— NEXT is used to implement.
(A) Iteration
(B) Selection
(C) Sequence
(D) All of these
Collection of facts in raw form is called
(A) Datum
(B) Information
(C) Data
(D) Ditto
The marks obtained by various students in different subjects are called
(A) Information
(B) Data
(C) Datum
(D) Infomart
CPU stands for
(A) Control Processing Unit
(B) Central Processing Unit
(C) Count Processing Unit
(D) Central Program Unit
How many types of operations a CPU can perform on RAM
(A) 2
(B) 3
(C) 4
(D) 5
The value of hexadecimal A is
(A) 9
(B) 10
(C) 11
(D) 12
How many solutions are there for a problem
(A) Two
(B) Three
(C) Four
(D) Multiple
ATM stands for
(A) Automatic Transaction Machine
(B) Automated Teller Machine
(C) Automated Token Machine
(D) Advance Transaction Machine
Typically an ATM can be used to
(A) Keeping record
(B) Making budgets
(C) Watching movies
(D) Draw cash
What is the decimal value of 23
(A) 2
(B) 4
(C) 6
(D) 8
Which of the following is similar to the road map of a building
(A) Documentation
(B) Coding
(C) Flow Chart
(D) Algorithm
Two flow lines can come out of which symbol of flow chart
(A) Process
(B) Decision
(C) Terminals
(D) Input
The translated program into machine code is called
(A) Source program
(B) Object program
(C) System program
(D) Computer program
All of the following are relational operators except
(A) A
(B) < (C) = (D) > =
Dall element
(A) LET
(B) DIM
(C) INPUT
(D) PRINT
Which of the following is last letter of string variable name
(A) S
(B) $
(C) @
(D) #

Post a Comment

0Comments
Post a Comment (0)
To Top