IT Concept Terminology II

IT Concept Terminology II

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which one of the following notational systems that is commonly used in the field of computing relies on the use of only 1s and 0s? Unicode, Hexadecimal, ASCII

Back

Binary

Answer explanation

Binary is the foundational notational system in computing, representing data using only two symbols, 0 and 1. It is widely used for low-level operations and storage representation. Binary is essential for understanding how computers process and store information. Unicode is a character encoding standard that aims to represent every character from every writing system in the world. It supports a vast range of characters and is commonly used in modern computing for multilingual applications. Similar to ASCII, Unicode is primarily focused on character representation and not as a general-purpose notational system. ASCII (American Standard Code for Information Interchange) is a character encoding scheme that assigns unique numeric codes to represent characters. It is widely used in early computing systems and still has significance today. However, ASCII is primarily used for character representation and not as a general-purpose notational system. Hexadecimal is commonly used in computing as a more compact and human-friendly representation of binary. It uses a base-16 system, with digits ranging from 0 to 9 and letters A to F, to represent data. While hexadecimal is commonly used for various purposes, it is not the only notational system used in computing.

2.

FLASHCARD QUESTION

Front

Which among the following units is commonly used to measure digital storage? Gigabytes, Bits per Second (BPS), Hertz (HZ), Pixel

Back

Gigabytes

Answer explanation

Gigabyte (GB) is a unit of digital information that is used to measure storage capacity in computing. One gigabyte can store approximately 1 billion bytes, or more precisely 1,073,741,824 bytes due to the binary system used in most storage devices. Bits per second (bps) transmission speed is typically used in network environments. It measures the rate of data transfer, not storage capacity. Pixel is a unit used in digital imaging to represent a single point in a raster image, not a unit of storage. Hertz is a measure of frequency (cycles per second) and is typically used to describe processing speed or the speed of alternating current, not storage capacity.

3.

FLASHCARD QUESTION

Front

Which data representation method is a character encoding standard that represents text and control characters in computers, communication equipment, and other devices, using 7 bits to define each character?

Back

ASCII Code

Answer explanation

SCII (American Standard Code for Information Interchange) is a character encoding standard that represents text and control characters in computers, communication equipment, and other devices. It uses 7 bits to define each character, making it the correct choice for this question. Hexadecimal is a base-16 numbering system that uses digits from 0-9 and letters A-F to represent values. It is often employed in programming and digital communication, but it is not a character encoding standard. While Unicode is a character encoding standard that accommodates a wide set of characters and symbols from various languages, it is not the correct choice for this question because it does not use 7 bits to define each character. Unicode is much more extensive than ASCII but is not specifically 7-bit based. Binary is a base-2 numbering system that employs only two base digits (0 and 1) and represents the fundamental building blocks of digital computers. It is not a character encoding standard.

4.

FLASHCARD QUESTION

Front

In normal computer operation, a monitor primarily serves which of the following functions? Output, Storage, Processing, Input

Back

Output

Answer explanation

A monitor is an output device. It displays data or information processed by the computer in a form that is usable and understandable by the user. The function of an input is to enter data into a computer for processing. A device like a keyboard or a mouse typically serve this function, not a monitor. Storage is the function of saving and keeping data and instructions for future use. Storage devices include hard drives and solid-state drives, not monitors. The monitor only displays data; it doesn't store it. Processing is the operation that manipulates data as directed by a sequence of instructions. It is handled by the computer's CPU (Central Processing Unit), not the monitor.

5.

FLASHCARD QUESTION

Front

Which of the following data types does NOT have the ability to represent multiple characters in a sequence?
Boolean,
Numbers,
Strings,
Array

Back

Boolean

Answer explanation

Booleans cannot represent sequences of characters. Their sole purpose is to represent true or false values. The main function of the Strings data type is to store sequences of characters. It can hold either a single character or multiple characters. While it's true that the primary purpose of the Numbers data type is to store numerical values, they can also be used to represent sequences of numerical characters. In most programming languages, an array can hold multiple values, including characters, in a sequence. An array can be composed of multiple elements, each of which can be a character, effectively creating a sequence of characters.

6.

FLASHCARD QUESTION

Front

What is the equivalent speed of 1 Gigahertz (GHz) in Megahertz (MHz)?

Back

1000 Mhz

Answer explanation

Since processing units use the decimal system (base 10), when converting frequencies, 1 Gigahertz is equal to 1000 Megahertz. 500 MHz is half of the required amount. Since processing units use the decimal system (base 10). When converting frequencies, 1 Gigabit per second (Gbps) is equal to 1000 Megabits per second (Mbps). The relationship between Gigahertz and Megahertz is not 1:1. Since processing units use the decimal system (base 10) when converting frequencies, 1 Gigabit per second (Gbps) is equal to 1000 Megabits per second (Mbps). While in digital storage calculations, we usually use the binary system (base 2), where 1 Gigabyte would equal 1024 Megabytes, when converting frequencies, we use the decimal system (base 10), where 1 Gigabit equals 1000 Megabits.

7.

FLASHCARD QUESTION

Front

Given the value "Hello World," which data type is it most appropriately associated with?

Back

String

Answer explanation

The value "Hello World" is a sequence of characters, which fits the characteristic of a string that holds sequences of characters. The boolean data type represents two values: true and false. "Hello World" does not represent a boolean value. The char data type holds a single character. "Hello World" is a sequence of multiple characters, so it cannot be stored as a char value. The number data type is used to store numerical data. "Hello World" contains letters and a space, not numerical figures.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?