Search Header Logo
ITF+ Most Missed Q's Practice Test 2.0

ITF+ Most Missed Q's Practice Test 2.0

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Eric Asel

Used 7+ times

FREE Resource

19 Slides • 15 Questions

1

media

ITF+ Practice Exam 2.0

Frequently missed questions

2

media

ITF+ Practice Exam

Which TCP/IP (Transmission Control Protocol/Internet Protocol)

layer encapsulates packets and deals with routing between

different networks?

Most missed
question

3

Multiple Choice

Which TCP/IP (Transmission Control Protocol/Internet Protocol) layer encapsulates packets and deals with routing between different networks?

1

Internet

2

Transport

3

Network interface

4

Application

4

media

ITF+ Practice Exam

ANSWER:

Internet

Most missed
question

5

media

ITF+ Practice Test

6

media

ITF+ Practice Test

Which of the following SQL (Structured Query Language)
commands is NOT a DML (Data Manipulation Language)

command?

7

Multiple Choice

Which of the following SQL (Structured Query Language) commands is NOT a DML (Data Manipulation Language) command?

1

INSERT

2

DROP

3

SELECT

4

DELETE

8

media

ITF+ Practice Test

ANSWER:

Create 2 new tables: Products and Purchases.

3rd most missed
question

9

media

ITF+ Practice Test

ANSWER:

DROP

DML commands refer to SQL commands that access or modify the

contents of the database. The DROP command deletes (drops) a table

or the entire database, and is a DDL (Data Definition Language)

command, which modifies the structure of the database.

10

media

ITF+ Practice Test

Why is it not…..

DML commands include DELETE, which deletes records from a table, and

therefore modifies the contents of the database.

DML commands include INSERT, which adds a new row into a table, and

therefore modifies the contents of the database.

DML commands include SELECT, which is the first building block of a query

to retrieve data from a database.

11

media

ITF+ Practice Test

How much storage does a character data type use?

12

Multiple Choice

How much storage does a character data type use?

1

1 byte

2

4 bytes

3

8 bytes

4

1 bit

13

media

ITF+ Practice Test

ANSWER:

1 BYTE

A character (or char) is a single textual character, and can be a letter,

a symbol, or a numerical character, such as A, a, @, 1, etc. Each

character consumes one byte of storage.

14

media

ITF+ Practice Test

Why is it not…..

The data type that consumes 1 bit of storage is the boolean data type,
which is a special numeric data type indicating that something is either

TRUE or FALSE.

Floating-point numbers, which can be whole numbers or decimal

fractions, consume a minimum of 4 bytes of storage.

ASCII characters use 1 Byte. Hexadecimal uses 4 bits.

15

media

ITF+ Practice Test

A user needs to back up a 6 GB (GigaByte) video file from
a Windows desktop to a new 64 GB flash drive. An error

message warns that the file cannot copy over to the
flash drive, due to file size limitations. What does the

user need to do?

16

Multiple Choice

A user needs to back up a 6 GB (GigaByte) video file from a Windows desktop to a new 64 GB flash drive. An error message warns that the file cannot copy over to the flash drive, due to file size limitations. What does the user need to do?

1

Increase the size of the flash drive's partition.

2

Reformat the flash drive into NTFS.

3

Reformat the flash drive into HFS.

4

Reformat the flash drive into FAT32.

17

media

ITF+ Practice Test

ANSWER:

Reformat the flash drive into NTFS.

18

media

ITF+ Practice Test

Why is it not…..

FAT32 (File Allocation Table, 32-bit version) is used for formatting

removable drives and disks, by default, as it provides the best

compatibility between different types of computers and devices.

FAT32 allows for maximum file size of 4 GB, so the drive needs to be
reformatted into NTFS (New Technology File System) which allows file

sizes of up to 16 ExaBytes.

19

media

ITF+ Practice Test

Which of the following would be used to connect a VoIP phone?

20

Multiple Choice

Which of the following would be used to connect a VoIP Phone?

1

USB

2

RJ-11

3

RJ-45

4

Thunderbolt

21

media

ITF+ Practice Test

RJ-45

Voice over internet protocol (VoIP) is a type of phone system that uses an internet connection to make and receive calls, rather than traditional landlines. 

22

media

ITF+ Practice Test

Which of the following would be used to connect a user's DSL WAN connection?

23

Multiple Choice

Which of the following would be used to connect a user's DSL WAN connection?

1

USB

2

RJ-11

3

RJ-45

4

Thunderbolt

24

media

ITF+ Practice Test

Answer:

RJ-11

DSL is a very high-speed connection that uses the same wires as a regular telephone line.

25

media

ITF+ Practice Test

REVIEW

26

Multiple Choice

Which TCP/IP (Transmission Control Protocol/Internet Protocol) layer encapsulates packets and deals with routing between different networks?

1

Internet

2

Transport

3

Network interface

4

Application

27

Multiple Choice

Which of the following SQL commands would be considered DDL?

1

CREATE

2

INSERT INTO

3

SELECT

4

DELETE

28

Multiple Choice

Which file system allows a file with the name "Mr_Beck_Secret:File01.txt

1

HFS+

2

NTFS

3

FAT32

4

Ext4

29

Multiple Choice

What will be printed by this snippet of code?

for i in range(1,50)

print(i)

1

The number 0-49

2

The numbers 0 - 50

3

The numbers 1-50

4

The numbers 1-49

30

Multiple Choice

A database administrator needs to extend a table with another column. What method contains the command to do that?

1

DDL (Data Definition Language)

2

XML (eXtensible Markup Language)

3

DCL (Data Control Language)

4

DML (Data Manipulation Language)

31

Multiple Choice

What is the first step in the troubleshooting process?

1

Document Findings

2

Identify the Problem

3

Establish a Theory of Probable Cause

4

Research

32

Multiple Choice

Convert the hexadecimal number 2F into decimal notation.

1

12

2

32

3

47

4

45

33

Multiple Choice

Which of the following authentication factors is an example of something you know?

1

A password

2

A software token

3

A geographic location

4

A fingerprint pattern

34

Multiple Choice

Which of the following is NOT a Scripting Language

1

Bash

2

Unix

3

Java

4

Powershell

media

ITF+ Practice Exam 2.0

Frequently missed questions

Show answer

Auto Play

Slide 1 / 34

SLIDE