CCC PRACTICE TEST 1 — Questions and Answers
Question 1: You can use the internet to
- connect to serves all around the world
- send electric mail
- view page
- All of the above (Correct answer)
- None of the above
Correct answer: All of the above
The internet is a vast global network that offers a multitude of functionalities. It allows users to connect to servers worldwide, facilitating access to information and services. Sending electronic mail (email) is a primary communication feature, and viewing web pages is how users access content on the World Wide Web. Therefore, all the listed options are valid uses of the internet.
Question 2: A_____________ is the smallest unit in a digital system.
- Kilobyte
- Byte
- bit (Correct answer)
- Word
- Character
Correct answer: bit
In a digital system, a bit (binary digit) is the smallest unit of data. A bit can represent one of two states, typically 0 or 1, corresponding to electrical on/off signals. These bits are the fundamental building blocks from which all other digital information, like bytes, kilobytes, and words, are constructed.
Question 3: In order to _____________ file extensions are utilized.
- Answer the file name is not last
- Identify the file type (Correct answer)
- Identify the file
- Name the file
- None of the above
Correct answer: Identify the file type
File extensions, such as ".doc," ".pdf," or ".jpg," are used by operating systems and applications to identify the type or format of a file. This allows the system to know which program should open the file and how to process its contents. Without extensions, the computer would not easily recognize the file's nature.
Question 4: Documents that have been converted to _____________ can be posted on the internet.
- Http
- Doc File
- HTML (Correct answer)
- Machine Language
- None of the above
Correct answer: HTML
HTML (HyperText Markup Language) is the standard markup language for documents designed to be displayed in a web browser. To post documents on the internet, they are typically converted into HTML format, which browsers can interpret and render as web pages. While other formats can be linked, HTML is essential for creating the structure and content of web pages themselves.
Question 5: Which of the following is a device for generating output?
- Monitor
- Printer
- A and B both (Correct answer)
- Mouse
- None of the above
Correct answer: A and B both
Output devices are components that display or present information processed by a computer to the user. A monitor provides visual output, while a printer produces physical hard copies of documents or images. Both devices serve the function of generating output from the computer system.
Question 6: The term "collection" refers to a group of related files called _____________
- Data base (Correct answer)
- Character
- Record
- Field
- None of the above
Correct answer: Data base
A database is an organized collection of related data, typically stored and accessed electronically. It is designed to efficiently store, manage, and retrieve large amounts of information. This collection often consists of multiple related files or tables, making 'database' the correct term for a group of related files.
Question 7: You can _____________with a CD.
- either read or write
- read (Correct answer)
- write
- read and write
- None of the above
Correct answer: read
While some CDs (like CD-R and CD-RW) allow data to be written, all types of Compact Discs (CDs), including CD-ROMs, CD-Rs, and CD-RWs, are fundamentally designed to be read. Therefore, 'read' is the most universally applicable operation for any CD. The option 'read and write' would only apply to CD-RWs, making 'read' the most accurate general answer.
Question 8: Which of the following statements concerning segments is accurate in Oracle?
- A segment is created every time an extent is created, extended or altered (Correct answer)
- A segment is deleted whenever a table is truncated.
- Each table has its own segment.
- An index segment is created every time a table is created.
- None of the above
Correct answer: A segment is created every time an extent is created, extended or altered
In Oracle, a segment is a logical storage unit that contains all the data for a specific database object, such as a table or an index. Segments are composed of one or more extents, which are contiguous blocks of data. As data grows or shrinks, segments are dynamically managed by creating, extending, or altering extents to accommodate the changes.
Question 9: Which of the following is not a hardware component?
- A keyboard
- An MP3 file (Correct answer)
- A mouse
- A monitor
- None of the above
Correct answer: An MP3 file
Hardware refers to the physical, tangible components of a computer system that you can touch. A keyboard, mouse, and monitor are all physical devices. An MP3 file, however, is a digital audio file, which is a form of software or data, not a physical component of the computer itself.
Question 10: A/an ____________ is a piece of text that you'd like to appear at the bottom of the page.
- Endnote
- Header
- Footer (Correct answer)
- Footnote
- None of the above
Correct answer: Footer
A footer is a section of text or graphics that appears consistently at the bottom of every page in a document. It is commonly used for elements like page numbers, document titles, or author names to provide consistent information throughout the document. In contrast, a header appears at the top, and footnotes are specific references at the bottom of a page.
Question 11: When a user clicks on a word on a web page, it opens a new document.
- Reference
- Anchor
- URL
- Hyperlink (Correct answer)
- None of the above
Correct answer: Hyperlink
A hyperlink is an interactive element on a web page or digital document that, when clicked, navigates the user to another location. This location can be a different part of the same document, another document, or an entirely different website. It provides a direct and convenient way to access related information.
Question 12: Although computer programs are created in a high-level programming language, the human-readable version is referred to as _____________
- Instruction set
- Cache
- Word size
- Source code (Correct answer)
- None of the above
Correct answer: Source code
Source code is the original, human-readable set of instructions written by a programmer in a high-level programming language. Before a computer can execute these instructions, the source code must be translated into machine language by a compiler or interpreter. It represents the fundamental blueprint of a software program.
Question 13: The mouse mechanism for accessing object properties is—
- Right clicking (Correct answer)
- Shift clicking
- Dropping
- Dragging
- None of the above
Correct answer: Right clicking
In graphical user interfaces, right-clicking an object typically brings up a context menu. This menu provides a list of actions or properties that are relevant to the specific object being clicked, allowing users to quickly access common functions like 'Open,' 'Copy,' 'Paste,' or 'Properties' without navigating through main menus.
Question 14: When it comes to computer input and output, input refers to_____________
- data or information that has been entered into the computer
- any data processing that occurs from new data input into the computer
- the transmission of data that has been input to the computer
- retrieval of data or information that has been input into the computer
- Both (A) and (C) (Correct answer)
Correct answer: Both (A) and (C)
Input in computing refers to both the data or information that is entered into the computer system and the process of transmitting that data into the system. This means that anything fed into the computer, whether it's text from a keyboard or a file from a drive, along with its transmission, constitutes input. Both aspects are crucial for the computer to receive and process information.
Question 15: A compiler converts a high-level language program into _____________
- an algorithm
- java
- machine language (Correct answer)
- a debugged program
- None of the above
Correct answer: machine language
A compiler is a specialized program that translates source code written in a high-level programming language (like C++ or Python) into machine language. Machine language consists of binary instructions (0s and 1s) that a computer's central processing unit (CPU) can directly understand and execute. This translation is essential for software to run on hardware.
Question 16: The _____________ specifies the maximum amount of data that a storage medium can hold.
- capacity (Correct answer)
- access
- storage
- memory
- None of the above
Correct answer: capacity
Capacity, in the context of computer storage, refers to the maximum amount of data that a storage medium can hold. It quantifies the total storage space available on devices like hard drives, USB drives, or solid-state drives. For example, a 1 terabyte hard drive has a storage capacity of 1 terabyte.
Question 17: — is a type of storage that keeps or preserves data after the power has been turned off.
- Non-volatile storage (Correct answer)
- Volatile storage
- Direct storage
- Sequential storage
- None of these
Correct answer: Non-volatile storage
Non-volatile storage is a type of computer memory that retains stored information even when the power supply is turned off. This characteristic is crucial for persistent data storage, such as operating systems, applications, and user files. Examples include hard disk drives (HDDs), solid-state drives (SSDs), and ROM.
Question 18: Several computers are connected to a server in order to share applications and storage space—
- Grouping
- Network (Correct answer)
- Integrated System
- Library
Correct answer: Network
A network is a system of interconnected computers and other devices that can communicate with each other and share resources. When several computers are connected to a server to share applications and storage space, they form a network. This setup allows for centralized data management and efficient resource utilization among users.
Question 19: What exactly is back-up?
- Protecting data by copying it from the original source to a different destination (Correct answer)
- Adding more components to your network
- Accessing data on tape
- Filtering old data from the new data
Correct answer: Protecting data by copying it from the original source to a different destination
Back-up is the process of creating duplicate copies of data from its original source and storing them in a separate, secure location. The primary purpose of backing up data is to ensure that information can be recovered in the event of data loss, corruption, or system failure. It's a critical component of data protection and disaster recovery.
Question 20: An example of a _____________ is = SUM (B1 : B8)
- Value
- Function
- Formula (Correct answer)
- Call address
Correct answer: Formula
In spreadsheet applications like Microsoft Excel, a formula is an expression that performs calculations or other operations on values in a worksheet. Formulas always begin with an equals sign (=) and can include cell references, operators, and functions. The example '=SUM(B1:B8)' is a classic formula using the SUM function to add values in a range of cells.
Question 21: A device that connects to a network without using cables is known as _____________
- wireless (Correct answer)
- distributed
- open source
- centralized
Correct answer: wireless
Wireless technology enables devices to connect and communicate without the need for physical cables. Instead, it uses radio waves, infrared, or other electromagnetic signals to transmit data. Common examples include Wi-Fi for internet access and Bluetooth for short-range device connections.
Question 22: A LAN (local area network) allows computers to _____________
- go on line
- run faster
- share information and/or share peripheral equipment (Correct answer)
Correct answer: share information and/or share peripheral equipment
A Local Area Network (LAN) connects computers and other devices within a limited geographical area, such as an office building, home, or school. The main purpose of a LAN is to allow connected devices to share resources like printers, files, and internet access, facilitating collaboration and efficient use of equipment.
Question 23: A document's paragraph and character styles, as well as everything things you customized like toolbars and menus, are stored in a file called a.
- Pattern
- Guide
- Template (Correct answer)
- Base Document
Correct answer: Template
A template is a pre-designed document that serves as a blueprint for creating new files with a consistent look and structure. It typically includes predefined paragraph and character styles, page layouts, and often customized toolbars or menus. Using templates saves time and ensures uniformity across multiple documents.
Question 24: When you're formatting text in Word, which grouping do you use?
- Indexes, characters and tables
- Tables, paragraphs and indexes
- Paragraphs, indexes and sections
- Characters, sections and paragraphs (Correct answer)
Correct answer: Characters, sections and paragraphs
When formatting text in Word, the primary groupings for applying styles and attributes are characters, sections, and paragraphs. Character formatting applies to individual letters or words, paragraph formatting affects entire paragraphs, and section formatting controls page layout and headers/footers for distinct parts of a document. These three levels provide comprehensive control over document appearance.
Question 25: The following are the most often used input devices:
- Scanner, monitor
- Keyboard, mouse (Correct answer)
- Microphone, printer
- Digital camera, speaker
Correct answer: Keyboard, mouse
Input devices are essential for users to interact with a computer and provide it with data and commands. The keyboard is primarily used for typing text and entering commands, while the mouse is used for pointing, clicking, and navigating the graphical user interface. These two are the most fundamental and widely used input devices for general computer operation.
You can use the internet to