Questions
Information travels between components on the motherboard through
- flash memory
- CMOS
- bays
- buses
- peripherals
Where is the document temporarily stored in a computer?
- RAM
- ROM
- CPU
- Flash memory
- CD-ROM
The blinking symbol on the computer screen is called the
- mouse
- logo
- hand
- palm
- cursor
One megabyte equals approximately
- 1000 bits
- 1000 bytes
- 1 million bytes
- 1 million bits
- 2,000 bytes
When cutting and pasting, the item cut is temporarily stored in the
- ROM
- hard drive
- diskette
- clipboard
- dashboard
Which error detection method uses one's complement arithmetic?
- Simply parity check
- Checksum
- Two-dimensional parity check
- CRC
- None of these
An applet
- is an interpreted program that runs on the client
- tracks the number of visitors to a website
- is a compiled program that usually runs on the client
- collects data from visitors to a website
- none of these
Magnetic tape is not practical for applications where data must be quickly recalled because tape is
- a random-access medium
- a sequential-access medium
- a read-only medium
- fragile and easily damaged
- an expensive storage medium
Which of the following does not describe a data warehouse?
- Subject oriented
- Integrated
- Time variant
- Updateable
- None of these
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.
- system virus
- Trojan horse virus
- file virus
- macro virus
- None of these
Which layer of OSI Model is the network interface card of LAN related to?
- Transport
- Network
- Data Link
- Physical
- All of these
The total set of interlinked hypertext documents worldwide is
- HTTP
- Browser
- WWW
- B2B
- None of these
A computer virus can not lead to _____.
- disk crash
- motherboard crash
- corruption of program
- deletion of files
- None of these
Which of the following is true?
- Logical design is software dependent.
- In a distributed database, database is stored in one physical location.
- Conceptual design translates the logical design into internal model.
- Logical design is software independent.
- None of these
A range check
- ensures that only the correct data type is entered into a field
- verifies that all required data is present
- determines whether a number is within a specified limit
- tests if the data in two or more associated fields is logical
- none of these
With the object oriented (OO) approach, an object encapsulates, or _____ a programmer.
- carries out, the details of an object for
- hides, the details of an object from
- reveals, the details of an object to
- extends, the details of an object beyond
- none of these
The ______ converts digital signals to analog signals for the purpose of transmitting data over telephone lines.
- modem
- router
- gateway
- bridge
- All of the above
Every computer connected to intranet or extranet must have a distinct
- Firewall
- Proxy server
- IP address
- Domain name
- None of these
Before a package can be used in a java program it must be
- executed
- referenced
- imported
- declared
- none of these
Programming language built into user programs such as Word and Excel are known as
- 4GLs
- macro languages
- object oriented languages
- visual programming languages
- none of these
Firewalls are used to protect against
- unauthorised attacks
- virus attacks
- data driven attacks
- fire attacks
- all of these
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
- begin the line with a # sign
- begin the line with double slashes (/ /)
- begin and end the line with double hyphens (-_-)
- indent the line
- none of these
Three SQL, DDL, CREATE commands are
- Schema, Base and Table
- Base, Table and Schema
- Key, Base and Table
- Schema, Table and View
- None of these
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
- interrupt request
- forward DNS lookup
- data link layer
- file transfer protocol
- common gateway interface
Data are ________ in client/server computing.
- never sent to the client machine
- sent in very large sections to save processing time
- sent only upon the client's request
- sent in complete copies for the client to filter and sort
- sent from the client to the server for processing