Computer Science Fundamentals
Comprehensive quiz covering computer science topics including hardware, software, data structures, operating systems, compilers, networking, and computer history
Questions
Who is the father of Punched Card Processing?
- J. Presper Eckert
- Charles Babbage
- Dr. Herman Hollerith
- Blaise Pascal
- None of these
Which of the following options is a six-digit card field used for a postal code?
- A letter field
- An alphabetic field
- A numeric field
- An alphanumeric field
- None of these
Which of the following is not an output device for a computer?
- Printer
- Keyboard
- VDU
- CRT
- None of these
CD-TV is basically a PC without keyboard or floppy disk drive, but with a remote control and a CD-ROM drive. Which company announced this system?
- Commodore
- Toshiba
- Philips
- Sony
- None of these
Which American computer company is called Big Blue?
- IBM
- Microsoft Corporation
- Compaq Corporation
- Tandy Svenson
- None of these
From which of the following is a beam of light used to record and retrieve data on an optical disk?
- Coloured light
- Laser
- Polarised light
- Un-polarised light
- None of these
Which of the following scientists designed the first electronics computer ENIAC?
- Van-Neumann
- Joseph M Juoquard
- J. Presper Ecket and John W Mauchly
- All of the above
- -
Which of the following file organisations is most efficient for a file with a high degree of file activity?
- ISAM
- VSAM
- Sequential
- B-Tree index
- None of these
The personal computer industry was started by
- IBM
- HCL
- Compaq
- Apple
- None of these
Which of the following types of information is included in third generation computers?
- They were the first to use integrated circuitry.
- They were the first to use built-in error detecting devices.
- They used transistors instead of vacuum tubes.
- All of the above
- -
Which of the following tables is/are permanent database(s) in the general mode of compiler?
- Literal
- Terminal
- Identifier
- All of the above
- -
Floppy disks which are made from a flexible plastic material are also called
- hard disks
- diskettes
- templates
- high density disks
- None of these
Computers are being increasingly used for putting together different notes and pieces of music in order to make new sounds. What is this process called?
- Music creation
- Music synthesis
- Speech synthesis
- Compumusic
- None of these
Which of the following is a possible operation performed in a sequence?
- Conditional branch
- Instruction fetch
- Initiation of interrupt process
- Operand fetch
- -
People who enter data into a computer through visual display terminals often suffer from eye strain due to poorly lit monitors or develop muscle stiffness. What is the name of the subject which studies the user machine interface as it relates to physical comfort?
- Office automation
- User-friendliness
- Computer stationery
- Ergonomics
- None of these
Which of the following softwares can be legally compiled and is free of cost?
- Firmware
- Shareware
- Public domain
- All of the above
- -
Which of the following is/are the tasks of lexical analysis?
- Build a uniform symbol table
- Build an identifier table
- Parse the source program into basic tokens
- All of the above
- -
What is the byte capacity of a drum which is 5 inches high, 10 inches in diameter and which has 60 tracks per inch and a bit density of 800 bits per inch?
- 942000 bytes
- 9712478 bytes
- 192300 bytes
- 14384 bytes
- None of these
What type of data structures are consisted of several fields, some or all which have instances of the same data structures?
- Field
- Bead
- Database
- Data Collection
- None of these
Which of the following is a packet switching network that was sponsored by the Commission of the EEC and became operational in1979?
- LAN
- Euronet
- Star network
- Broadband network
- -
A user defined block of pixels that can be placed anywhere on the screen is called
- sprite
- stack
- spooling
- station
- None of these
Which of the following methods is used for implementing a memory management system?
- Buddy System
- Bridgeware
- Broadband Coaxial System
- All of the above
- None of these
Which of the following is not a graphics package category?
- Design package
- Paint package
- Presentation package
- Mind-ware package
- None of these
What is the of hardware and software package that is ready for use as soon as it is installed?
- Hands-on system
- Quick Implementation system
- Operational system
- Turnkey computer system
- None of these
The disk driven component used to position read/write heads over a specific track is known as
- acoustic couple
- access arm
- cluster
- All of the above
- None of these
Which of the following techniques stores a program on disk and then transfers it into main storage?
- Thrashing
- Spooling
- Swapping
- All of the above
- -
Which of the following is not shared by the threads of the same process?
- Address space
- Message queue
- Stack
- File descriptor table
- -
Which of the following has the highest access time?
- Cache
- Floppy disk
- Magnetic disk
- Swapping device
- -
Which of the following is a system programming language for microcomputers in the Intel family?
- LOGO
- PC/M
- SNOBOL
- PL/1
- None of these
Which of the following regular expressions is not equivalent to the regular expression represented as (a + b + c)*?
- (ab + c*)*
- ((ab)* + c*)*
- (abc*)*
- (a* + b* + c*)*
- -