Computer Fundamentals

Comprehensive test covering computer hardware, software, networking, programming basics, and security concepts

39 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is true?

  1. Logical design is software-dependent
  2. In a distributed database, database is stored in one physical location
  3. Conceptual design translates the logical design into internal model
  4. Logical design is software independent
  5. None of these
Question 2 Multiple Choice (Single Answer)

Transformation of input into output is performed by

  1. Peripherals
  2. Memory
  3. Storage
  4. The Input-Output unit
  5. The CPU
Question 3 Multiple Choice (Single Answer)

Device drivers are

  1. Tiny power cords for external storage devices
  2. Experts who know how to maximize the performance of devices
  3. Small, special-purpose programs
  4. The innermost part of the operating system
  5. Substitutes for operating system
Question 4 Multiple Choice (Single Answer)

Information travels between components on the motherboard through

  1. Flash memory
  2. CMOS
  3. Bays
  4. Buses
  5. Peripherals
Question 5 Multiple Choice (Single Answer)

When you are working on a document on a PC, where is the document temporarily stored?

  1. RAM
  2. ROM
  3. The CPU
  4. Flash memory
  5. The CD-ROM
Question 6 Multiple Choice (Single Answer)

Which of the following can handle most system functions that aren't handled directly by the operating system?

  1. Vertical-market applications
  2. Utilities
  3. Algorithms
  4. Integrated software
  5. Compilers
Question 7 Multiple Choice (Single Answer)

If you receive an e-mail from someone you don't know, what should you do?

  1. Forward it to the police immediately
  2. Delete it without opening it
  3. Open it and respond to them saying you don't know them
  4. Reply and ask them for their personal information
  5. Reply and tell them you want to keep in touch with them
Question 8 Multiple Choice (Single Answer)

A set of instructions telling the computer what to do is called

  1. Mentor
  2. Instructor
  3. Compiler
  4. Program
  5. Debugger
Question 9 Multiple Choice (Single Answer)

Which of the following refers to the memory in your computer?

  1. RAM
  2. DSL
  3. USB
  4. LAN
  5. CPU
Question 10 Multiple Choice (Single Answer)

A collection of programs that controls how your computer system runs and processes information is called

  1. Operating system
  2. Computer
  3. Office
  4. Compiler
  5. Interpreter
Question 11 Multiple Choice (Single Answer)

The blinking symbol on the computer screen is called the

  1. Mouse
  2. Logo
  3. Hand
  4. Palm
  5. Cursor
Question 12 Multiple Choice (Single Answer)

One megabyte equals approximately

  1. 1,000 bits
  2. 1,000 bytes
  3. 1 million bytes
  4. 1 million bits
  5. 2,000 bytes
Question 13 Multiple Choice (Single Answer)

Which error detection method uses one's complement arithmetic?

  1. Simply parity check
  2. Checksum
  3. Two-dimensional parity check
  4. CRC
  5. None of these
Question 14 Multiple Choice (Single Answer)

The network interface card of LAN is related to following layer of OSI Model-

  1. Transport
  2. Network
  3. Data Link
  4. Physical
  5. All of these
Question 15 Multiple Choice (Single Answer)

An applet __________

  1. is an interpreted program that runs on the client
  2. tracks the number of visitors to a Website
  3. is a compiled program that usually runs on the client
  4. collects data from visitors to a Website
  5. None of these
Question 16 Multiple Choice (Single Answer)

Magnetic tape is not practical for applications where data must be quickly recalled because tape is

  1. A random-access medium
  2. A sequential-access medium
  3. A read-only medium
  4. Fragile and easily damaged
  5. An expensive storage medium
Question 17 Multiple Choice (Single Answer)

Which of the following does not describe a data warehouse?

  1. Subject-oriented
  2. Integrated
  3. Time-variant
  4. Updateable
  5. None of these
Question 18 Multiple Choice (Single Answer)

The total set of interlinked hypertext documents worldwide is-

  1. HTTP
  2. Browser
  3. WWW
  4. B2B
  5. None of these
Question 19 Multiple Choice (Single Answer)

A range check _____

  1. ensures that only the correct data type is entered into a field
  2. verifies that all required data is present
  3. determines whether a number is within a specified limit
  4. tests if the data in two or more associated fields is logical
  5. None of these
Question 20 Multiple Choice (Single Answer)

Every computer connected to an intranet or extranet must have a distinct _____

  1. firewall
  2. proxy server
  3. IP address
  4. domain name
  5. None of these
Question 21 Multiple Choice (Single Answer)

The ___.converts digital signals to analog signals for the purpose of transmitting data over telephone lines.

  1. Modem
  2. Router
  3. Gateway
  4. Bridge
  5. All of these
Question 22 Multiple Choice (Single Answer)

Before a package can be used in a java program it must be___.

  1. executed
  2. referenced
  3. imported
  4. declared
  5. None of these
Question 23 Multiple Choice (Single Answer)

With the object-oriented (OO) approach, an object encapsulates, or _____ a programmer.

  1. carries out, the details of an object for
  2. hides, the details of an object from
  3. reveals, the details of an object to
  4. extends, the details of an object beyond
  5. None of these
Question 24 Multiple Choice (Single Answer)

How many values can be represented by a single byte?

  1. 4
  2. 16
  3. 64
  4. 256
  5. 512
Question 25 Multiple Choice (Single Answer)

Choose the correct way to indicate that a line in a C++ program is a comment line, that is, a line the will not be executed as an instruction___.

  1. begin the line with a # sign
  2. begin the line with double slashes (/ /)
  3. begin and end the line with double hyphens (-_-)
  4. indent the line
  5. None of these
Question 26 Multiple Choice (Single Answer)

Programming language built into user programs such as Word and Excel are known as ____

  1. 4GLs
  2. macro languages
  3. object-oriented languages
  4. visual programming languages
  5. None of these
Question 27 Multiple Choice (Single Answer)

Three SQL, DDL, CREATE commands are __.

  1. Schema, Base and Table
  2. Base, Table and Schema
  3. Key, Base and Table
  4. Schema, Table and View
  5. None of these
Question 28 Multiple Choice (Single Answer)

This is a standard way for a Web server to pass a Web user's request to an application program and to receive data back to forward to the user-

  1. Interrupt request
  2. Forward DNS lookup
  3. Data-Link layer
  4. File Transfer Protocol
  5. Common gateway interface
Question 29 Multiple Choice (Single Answer)

The____ directory is mandatory for every disk.

  1. Root
  2. Base
  3. Sub
  4. Case
  5. None of these
Question 30 Multiple Choice (Single Answer)

Firewalls are used to protect against ___.

  1. Unauthorized Attacks
  2. Virus Attacks
  3. Data Driven Attacks
  4. Fire Attacks
  5. All of these
Question 31 Multiple Choice (Single Answer)

Which of the following will not eliminates the ambiguities of a null value?

  1. Define the attribute as required
  2. Define subtypes
  3. Define each attribute as having an initial value that is recognized as blank
  4. Define supertypes
  5. None of these
Question 32 Multiple Choice (Single Answer)

Data are ________ in client/server computing.

  1. never sent to the client machine
  2. sent in very large sections to save processing time
  3. sent only upon the client's request
  4. sent in complete copies for the client to filter and sort
  5. sent from the client to the server for processing
Question 33 Multiple Choice (Single Answer)

This is a group of servers that share work and may be able to back each other up if one server fails.

  1. Channel bank
  2. Cluster
  3. Tiger team
  4. Serverless backup
  5. Logical unit
Question 34 Multiple Choice (Single Answer)

A keyboard is this kind of device

  1. black
  2. input
  3. output
  4. word Processing
  5. None of these
Question 35 Multiple Choice (Single Answer)

When cutting and pasting, the item cut is temporarily stored in

  1. ROM
  2. Hard drive
  3. Diskette
  4. Dashboard
  5. Clipboard
Question 36 Multiple Choice (Single Answer)

IT stands for

  1. information Technology
  2. integrated Technology
  3. intelligent Technology
  4. interesting Technology
  5. None of these
Question 37 Multiple Choice (Single Answer)

Computers connected to a LAN (Local Area Network) can

  1. Run faster
  2. Go on line
  3. Share information and/or share peripheral equipment
  4. E-mail
  5. None of these
Question 38 Multiple Choice (Single Answer)

A _____ sometimes called a boot sector virus, executes when a computer boots up because it resides in the boot sector of a floppy disk or the master boot record of a hard disk.

  1. system virus
  2. Trojan horse virus
  3. file virus
  4. macro virus
  5. None of these
Question 39 Multiple Choice (Single Answer)

A result of a computer virus can not lead to ___.

  1. Disk Crash
  2. Mother Board Crash
  3. Corruption of program
  4. Deletion of files
  5. None of these