0% found this document useful (0 votes)
33 views19 pages

CSC 101 Test ???

The document contains a test with 80 multiple-choice questions related to computer science concepts, including acronyms, types of computers, programming languages, and basic operations. It covers topics such as memory units, Boolean functions, and software classifications. Each question provides four answer options, testing knowledge on various aspects of computing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views19 pages

CSC 101 Test ???

The document contains a test with 80 multiple-choice questions related to computer science concepts, including acronyms, types of computers, programming languages, and basic operations. It covers topics such as memory units, Boolean functions, and software classifications. Each question provides four answer options, testing knowledge on various aspects of computing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

UNIZIK MEDICS

Test Details :

Test Name CSC 101

Test Id 220407003034

Generate 2022-11-23 02:57:49 (IST)

Q1. Acronym VDM means

1. Visual display modulation

2. Visual display moderm

3. Visual display module

4. Vital distinguish mode

Q2. Magnetic resonance imaging(MRI) used in hospital is an example of which type of computer .

1. Hybrid computer

2. Digital computer

3. Analogue computer

4. None of the above

Q3. Graphic user interface belongs to which generation of computer .

1. Fourth generation

2. Second generation

3. Third generation
4. Fifth generation

Q4. All these are examples of high level language execpt .

1. C++

2. COBOL

3. Visual Basic

4. C##

Q5. PARAM 1000 is an example of .....

1. Mini computer

2. Micro computer

3. Mainframe computer

4. Super computer

Q6. (ABF + DDE)= ? in hexadecimal

1. DC9

2. 199D

3. 189D

4. 999

Q7. All these are programming languages supported by .NET Frame work execpt .

1. Visual c#

2. Visual c++

3. Visual F++

4. Java
Q8. Rhombus in a program flow chart represent.

1. Decision making

2. Start and stop

3. Basic input and output operation

4. None of the above

Q9. If there are 5 inputs how many possible combinations .

1. 32

2. 16

3. 10

4. 5

Q10. The first digital computer was

1. ASCC

2. ANSI

3. COBOL

4. ENIAC

Q11. Acronym UNIVAC means

1. Universal automated computer

2. Universal automatic computer

3. Universal integrated automated computer

4. Universal automatic controlled computer

Q12. Substract 65 from 4052 in octal.

1. 3765
2. 3865

3. 3987

4. 3650

Q13. Which of the following is not executable by the computer .

1. Flow chart

2. Algorithm

3. Pseudo code

4. UML

Q14. Truth table is used to represent Boolean ......

1. Functions

2. Algbera

3. Operators

4. Addition

Q15. The expression A+BC is the reduced form of ......

1. AB+BC

2. (A+B)(A+C)

3. (A+C)B

4. (A+B)C

Q16. The complement of the input given is obtained in the case of:

1. NOR

2. NOT

3. Buffer
4. EX-NOR

Q17. The ..... gate is an OR gate followed by a NOT gate .

1. NAND

2. EXOR

3. NOR

4. EXNOR

Q18. 1 zettabyte = ......

1. 1024TB

2. 1024EB

3. 1024ZB

4. 1024PB

Q19. The input hexadecimal representation of 1110 is .....

1. 111

2. F

3. E

4. 15

Q20. The octal equivalent of the binary number (0010010100)2 is .......

1. 422

2. 242

3. 224

4. 226
Q21. The hexadecimal equivalent of the binary number (0010010100)2 is :

1. 0B4

2. 0A4

3. 224

4. 94

Q22. The memory unit is made up of ......bytes.

1. 256

2. 124

3. 4096

4. 3096

Q23. A program that reads the source code and convert it to a form usable by the computer.

1. Interpreter

2. Compiler

3. Linker

4. Assembler

Q24. Which of the following is a popular programming language for developing multimedia pages .

1. Assembler

2. Java

3. COBOL

4. BASIC

Q25. A computer cannot "boot" if it does not have the ......

1. Operating system
2. Compiler

3. System software

4. None of the above

Q26. Windows 95, Windows 98,and Windows NT are known as what?

1. Processor

2. System software

3. Application software

4. Operating system

Q27. The instructions for starting the computer are housed in

1. RAM

2. ROM chip

3. Hard drive

4. None of these

Q28. ....... byte is equal to 1kilobyte

1. 1024

2. 8

3. 128

4. 1000

Q29. The basic operations performed by a computer are .....

1. Storage and relative

2. Logical operation

3. All of the above


4. Arithmetic operation

Q30. The rules that gives meaning to the instructions is ....

1. Semantics

2. Syntax

3. Code

4. Cases

Q31. Prolog comes under ......

1. Logic programming

2. Procedural programming

3. OOP

4. Functional

Q32. A program that can execute high-level language programs.

1. Compiler

2. Interpreter

3. Sensory

4. Assembler

Q33. Each byte of character is stored as it ASCII value in ........

1. Hexadecimal

2. Binary

3. Octal

4. Decimal
Q34. Which is of the following is not an example of system software.

1. Language translator

2. Utility software

3. Communication software

4. Computer aided design

Q35. During processing data, programs, and processed information are held temporarily in ?

1. Secondary storage

2. RAM

3. ROM

4. CPU

Q36. Storage media such as a CD-Read and write information using ?

1. A laser beam

2. Magnetic dot

3. Magnetic strips

4. None of the above

Q37. The program written by the programmer in high level language is called .....

1. Object program

2. Source code

3. Assembled program

4. Compiled program

Q38. A standardized language used for commercial application is

1. C++
2. COBOL

3. FORTRAN

4. JAVA

Q39. What is 1's complement of 11010?

1. 11010

2. 11011

3. 110

4. 101

Q40. The result obtained on Binary multiplication of 1010*1100 is .....

1. 1111

2. 11110

3. 1111100

4. 1111000

Q41. Acronym VDM means

1. Visual display modulation

2. Visual display moderm

3. Visual display module

4. Vital distinguish mode

Q42. Magnetic resonance imaging(MRI) used in hospital is an example of which type of computer .

1. Hybrid computer

2. Digital computer

3. Analogue computer
4. None of the above

Q43. Graphic user interface belongs to which generation of computer .

1. Fourth generation

2. Second generation

3. Third generation

4. Fifth generation

Q44. All these are examples of high level language execpt .

1. C++

2. COBOL

3. Visual Basic

4. C##

Q45. PARAM 1000 is an example of .....

1. Mini computer

2. Micro computer

3. Mainframe computer

4. Super computer

Q46. (ABF + DDE)= ? in hexadecimal

1. DC9

2. 199D

3. 189D

4. 999
Q47. All these are programming languages supported by .NET Frame work execpt .

1. Visual c#

2. Visual c++

3. Visual F++

4. Java

Q48. Rhombus in a program flow chart represent.

1. Decision making

2. Start and stop

3. Basic input and output operation

4. None of the above

Q49. If there are 5 inputs how many possible combinations .

1. 32

2. 16

3. 10

4. 5

Q50. The first digital computer was

1. ASCC

2. ANSI

3. COBOL

4. ENIAC

Q51. Acronym UNIVAC means

1. Universal automated computer


2. Universal automatic computer

3. Universal integrated automated computer

4. Universal automatic controlled computer

Q52. Substract 65 from 4052 in octal.

1. 3765

2. 3865

3. 3987

4. 3650

Q53. Which of the following is not executable by the computer .

1. Flow chart

2. Algorithm

3. Pseudo code

4. UML

Q54. Truth table is used to represent Boolean ......

1. Functions

2. Algbera

3. Operators

4. Addition

Q55. The expression A+BC is the reduced form of ......

1. AB+BC

2. (A+B)(A+C)

3. (A+C)B
4. (A+B)C

Q56. The complement of the input given is obtained in the case of:

1. NOR

2. NOT

3. Buffer

4. EX-NOR

Q57. The ..... gate is an OR gate followed by a NOT gate .

1. NAND

2. EXOR

3. NOR

4. EXNOR

Q58. 1 zettabyte = ......

1. 1024TB

2. 1024EB

3. 1024ZB

4. 1024PB

Q59. The input hexadecimal representation of 1110 is .....

1. 111

2. F

3. E

4. 15
Q60. The octal equivalent of the binary number (0010010100)2 is .......

1. 422

2. 242

3. 224

4. 226

Q61. The hexadecimal equivalent of the binary number (0010010100)2 is :

1. 0B4

2. 0A4

3. 224

4. 94

Q62. The memory unit is made up of ......bytes.

1. 256

2. 124

3. 4096

4. 3096

Q63. A program that reads the source code and convert it to a form usable by the computer.

1. Interpreter

2. Compiler

3. Linker

4. Assembler

Q64. Which of the following is a popular programming language for developing multimedia pages .

1. Assembler
2. Java

3. COBOL

4. BASIC

Q65. A computer cannot "boot" if it does not have the ......

1. Operating system

2. Compiler

3. System software

4. None of the above

Q66. Windows 95, Windows 98,and Windows NT are known as what?

1. Processor

2. System software

3. Application software

4. Operating system

Q67. The instructions for starting the computer are housed in

1. RAM

2. ROM chip

3. Hard drive

4. None of these

Q68. ....... byte is equal to 1kilobyte

1. 1024

2. 8

3. 128
4. 1000

Q69. The basic operations performed by a computer are .....

1. Storage and relative

2. Logical operation

3. All of the above

4. Arithmetic operation

Q70. The rules that gives meaning to the instructions is ....

1. Semantics

2. Syntax

3. Code

4. Cases

Q71. Prolog comes under ......

1. Logic programming

2. Procedural programming

3. OOP

4. Functional

Q72. A program that can execute high-level language programs.

1. Compiler

2. Interpreter

3. Sensory

4. Assembler
Q73. Each byte of character is stored as it ASCII value in ........

1. Hexadecimal

2. Binary

3. Octal

4. Decimal

Q74. Which is of the following is not an example of system software.

1. Language translator

2. Utility software

3. Communication software

4. Computer aided design

Q75. During processing data, programs, and processed information are held temporarily in ?

1. Secondary storage

2. RAM

3. ROM

4. CPU

Q76. Storage media such as a CD-Read and write information using ?

1. A laser beam

2. Magnetic dot

3. Magnetic strips

4. None of the above

Q77. The program written by the programmer in high level language is called .....

1. Object program
2. Source code

3. Assembled program

4. Compiled program

Q78. A standardized language used for commercial application is

1. C++

2. COBOL

3. FORTRAN

4. JAVA

Q79. What is 1's complement of 11010?

1. 11010

2. 11011

3. 110

4. 101

Q80. The result obtained on Binary multiplication of 1010*1100 is .....

1. 1111

2. 11110

3. 1111100

4. 1111000

Copyrights © 2022 Rayvila. All Rights Reserved.

You might also like