IT fundamentals Practice quiz 1

IT fundamentals Practice quiz 1

11th Grade

76 Qs

quiz-placeholder

Similar activities

KS3 EOU Hardware Test

KS3 EOU Hardware Test

7th - 11th Grade

79 Qs

Grade_11_term3_22-23(Charts)_Revision

Grade_11_term3_22-23(Charts)_Revision

11th Grade

81 Qs

MOCK Exam 2

MOCK Exam 2

7th - 11th Grade

80 Qs

The Inevitable End-of-Year Quiz

The Inevitable End-of-Year Quiz

1st - 12th Grade

79 Qs

H446 Section 1: Components of a computer

H446 Section 1: Components of a computer

11th Grade - University

71 Qs

TECH Database ALL

TECH Database ALL

9th - 12th Grade

81 Qs

Python Basics

Python Basics

9th - 12th Grade

72 Qs

Unit 1 Troubleshooting Methodology and Hardware Basics

Unit 1 Troubleshooting Methodology and Hardware Basics

9th - 12th Grade

80 Qs

IT fundamentals Practice quiz 1

IT fundamentals Practice quiz 1

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Sandra Battle

Used 13+ times

FREE Resource

76 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, which statements are used to grant or deny specific rights to user accounts over objects in the database?

Data control language

Data Definition language

Data Manipulation Language

Data Querylanguage

Answer explanation

DCL commands in SQL, such as GRANT and DENY, are used to control access rights for user accounts over objects in the database. They allow specific permissions to be granted or denied to users for performing actions on tables, columns, views, and the database itself. Data Query Language (DQL) is not a widely used term in SQL. While queries are an essential part of retrieving data, the term DQL is not commonly used to represent a specific category of commands related to granting or denying access rights. Data Definition Language (DDL) commands, such as CREATE and DROP, are used to define and manage the structure of a database, including creating tables, altering table structures, and defining constraints. DDL commands do not directly deal with granting or denying access rights to user accounts. Data Manipulation Language (DML) commands are used to manipulate data within a database, such as inserting, updating, or querying records. DML commands do not directly involve granting or denying specific rights to user accounts.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods of authentication involves something that the user has?

Security questions

Pin

Hardware Token

Biometrics

Answer explanation

Hardware tokens are physical devices used for authentication. They fall under the category of something the user possesses. Security questions are a type of knowledge-based authentication. They are categorized as something the user knows, not something the user possesses. A PIN (Personal Identification Number) is a knowledge factor used for authentication. It's categorized as something the user knows, not something the user possesses. Biometrics involve unique physical or behavioral attributes of a user, they are categorized as something the user is, not something the user possesses.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which component(s) of a computer system are involved in graphics processing? (Select TWO).

Power supply Unit (PSU)

Radom access memory

GPU

Cooling System

Hard disk drive

Answer explanation

he GPU (Graphics Processing Unit) is the correct answer. It is designed specifically for processing and rendering graphics, making it a crucial component for graphical tasks. The cooling system is responsible for dissipating heat generated by the GPU and other components during intensive graphical tasks, ensuring that the GPU can function efficiently. RAM is a type of volatile memory used by a computer system to temporarily store data that's being processed by the CPU. While it might store graphical data temporarily during processing, it does not perform the actual graphics processing. Instead, that task is primarily performed by the GPU and, to a lesser extent, the CPU. The Hard Disk Drive is the primary storage device in a computer, responsible for storing all data and files persistently, even when the power is turned off. However, it is not directly involved in graphics processing. Graphics processing is handled primarily by the CPU and the GPU, which perform computations and render images to be displayed on the screen. The Power Supply Unit provides the necessary power to all the components of the computer system, including the ones that perform graphics processing. However, the PSU itself doesn't participate in the graphics processing. It only provides the required power for the components to function effectively.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following interfaces would you use to connect a device to a network over a telephone line?

USB

RJ-45

RJ-11

Thunderbolt

Answer explanation

The RJ-11 connector is typically used to connect devices to networks over telephone lines, such as with DSL internet service. The RJ-45 connector is typically used for Ethernet networks, not for connecting devices to networks over telephone lines. While USB modems that use RJ-11 do exist, the RJ-11 connector itself is the interface used for telephone line connections. Thunderbolt is a high-speed interface used for data transfer and display connectivity, not for network connections over telephone lines.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of object-oriented programming, what is a property of an object?

A property is a contract between an object and its subclass

A property is a specific action or function that the object can perform

A property is the relationship two or more objects.

A property is a characteristic or attribute to an object, used to hold date

Answer explanation

In object-oriented programming, properties (also known as attributes) are used to hold information or data for an object. They represent the object's state. Actions or functions that an object can perform are referred to as methods, not properties. The relationship between two or more objects isn't considered a property. This concept is more related to ideas like association, aggregation, and inheritance. A contract between an object and its subclasses is more related to concepts like interfaces or abstract classes, not properties.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do document databases differ from traditional relational databases?

Document Database only store text documents.

Document Database cannot establish data relationships.

Document Database store data in a semi-structured format allowing for flexibility in a date structure.

Document Database are inherently slower

Answer explanation

Document databases, unlike traditional relational databases, are designed to store, retrieve, and manage document-oriented information, often in a semi-structured format like JSON. This design allows for more flexibility in data structure. Contrary to this, document databases can model relationships, albeit differently from relational databases, such as through nesting data within a single document. While the name might suggest it, document databases do not exclusively store text documents. They use a document-oriented model to manage more varied data types. Speed depends on various factors, not just the type of database. For certain types of data and queries, document databases can even be faster.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does GPU stand for in the context of computer hardware?

Gaming Process Unit

General Process Unit

Graphics Process Unit

Graphical Performance Unit

Answer explanation

A GPU is a specialized electronic circuit that is designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device. It is specifically designed for handling complex calculations and rendering graphics. While GPUs are commonly used in gaming to render high-quality graphics, the term "Gaming Processing Unit" is not a standard or widely recognized term in computer hardware. Although it shares similar meanings to the correct answer, the commonly used term in the industry is Graphics Processing Unit. The general processing unit is not a common term used in computer hardware. The correct term is Central Processing Unit (CPU).

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?