CCNA Itf Concepts Terminology Questions

75 of 83 questions · Page 1/2 · Itf Concepts Terminology topic · Answers revealed

1
MCQeasy

Which component of a computer stores data permanently even when the power is turned off?

A.SSD
B.CPU cache
C.GPU
D.RAM
AnswerA

Correct: SSD is non-volatile storage.

Why this answer

SSDs and HDDs are non-volatile storage; they retain data without power.

2
Multi-Selectmedium

A user notices their computer is running slowly and has many applications open. Which TWO hardware components are most likely to impact the speed at which multiple applications can run simultaneously? (Select TWO).

Select 2 answers
A.SSD vs HDD
B.Amount of RAM
C.Hard drive capacity
D.GPU memory
E.CPU speed and cores
AnswersB, E

More RAM allows more applications to run concurrently without swapping.

Why this answer

RAM provides working memory for running programs; more RAM allows more programs to run smoothly. CPU speed and cores affect processing. HDD/SSD affect loading times but not simultaneous execution as directly.

GPU is for graphics.

3
MCQeasy

A user wants to permanently delete files from a USB flash drive without any possibility of recovery. Which of the following techniques should be used?

A.Quick format
B.Change the file extension
C.Delete and empty Recycle Bin
D.Overwrite the drive with random data
AnswerD

Overwriting ensures original data is no longer recoverable.

Why this answer

Overwriting the data with random patterns ensures the original data cannot be recovered. Quick format only removes the file system index, and deletion marks space as available.

4
MCQhard

A company wants to run multiple operating systems on a single physical server to maximize resource utilization. Which technology should they use?

A.Dual booting
B.Cloud computing
C.Virtual machines
D.Containerization
AnswerC

Correct.

Why this answer

Virtualization, via a hypervisor, allows multiple VMs (each with its own OS) to run on one physical host.

5
Multi-Selecthard

A technician is evaluating the CPU specifications of two computers. Which THREE factors directly affect the CPU's performance? (Select THREE.)

Select 3 answers
A.Number of cores
B.Amount of RAM installed
C.Clock speed (GHz)
D.Power supply wattage
E.Cache size (L1/L2/L3)
AnswersA, C, E

More cores allow parallel processing.

Why this answer

Clock speed (GHz), number of cores, and cache size directly affect CPU performance. RAM size and PSU wattage do not directly affect CPU speed.

6
MCQhard

An IT specialist is explaining ASCII and Unicode to a trainee. Which statement accurately describes a difference between ASCII and Unicode?

A.ASCII uses 8 bits per character and supports 256 characters.
B.Unicode uses 16 bits per character, while ASCII uses 7 bits.
C.ASCII is a variable-width encoding, while Unicode uses a fixed width.
D.Unicode can represent characters from multiple languages, while ASCII is limited to English.
AnswerD

Unicode supports global scripts; ASCII covers English and basic symbols.

Why this answer

ASCII uses 7 bits and can represent 128 characters. Unicode is a variable-width encoding that supports characters from many languages.

7
MCQeasy

Which type of memory is volatile and loses its data when the computer is turned off?

A.SSD
B.ROM
C.HDD
D.RAM
AnswerD

RAM is volatile.

Why this answer

RAM (Random Access Memory) is volatile and loses data on power loss.

8
MCQmedium

Which of the following best describes the function of a hypervisor?

A.It is a type of operating system designed for servers
B.It manages cloud resource allocation across multiple data centers
C.It allows multiple operating systems to run on a single physical machine
D.It provides antivirus protection for virtual machines
AnswerC

A hypervisor creates and manages virtual machines.

Why this answer

A hypervisor allows multiple operating systems to run on one physical machine by virtualizing hardware. It does not manage cloud resources directly, nor is it an OS or antivirus.

9
Multi-Selecthard

A systems administrator is configuring a new server and needs to ensure high availability and reliability. Which THREE of the following are characteristics of cloud computing that support high availability? (Select THREE.)

Select 3 answers
A.Fixed capacity
B.Resource pooling
C.On-demand self-service
D.Broad network access
E.Local installation required
AnswersB, C, D

Multiple customers share resources, allowing redundancy across data centers.

Why this answer

Cloud computing provides on-demand self-service, resource pooling, rapid elasticity, measured service, and broad network access. These enable redundancy and automatic scaling for high availability.

10
MCQmedium

A technician needs to convert a decimal IP address octet value of 192 to binary. Which of the following is the correct binary representation?

A.10101010
B.11000000
C.11110000
D.10000001
AnswerB

11000000 is 128 + 64 = 192 in decimal.

Why this answer

192 in binary is 11000000. This can be calculated by subtracting powers of 2: 192 = 128 + 64, so bits 7 and 6 are 1, bits 5-0 are 0.

11
Multi-Selectmedium

A user wants to store a file with lossless compression. Which TWO of the following file formats support lossless compression? (Select TWO.)

Select 2 answers
A.MP3
B.PNG
C.BMP
D.JPEG
E.ZIP
AnswersB, E

PNG uses lossless compression.

Why this answer

PNG and ZIP are lossless; JPEG is lossy; MP3 is lossy; BMP is uncompressed.

12
MCQmedium

A computer has 8 GB of RAM. If the operating system and applications are using 3.2 GB, how much RAM is available for other processes?

A.4.8 GB
B.11.2 GB
C.5.8 GB
D.3.2 GB
AnswerA

8 - 3.2 = 4.8 GB.

Why this answer

Available RAM = total - used = 8 GB - 3.2 GB = 4.8 GB.

13
MCQhard

A network technician needs to perform a bitwise AND operation on two binary numbers: 10110110 and 11001101. What is the result in decimal?

A.172
B.196
C.132
D.128
AnswerC

10000100 binary = 128 + 4 = 132.

Why this answer

Perform AND bitwise: 10110110 AND 11001101 = 10000100 (binary) = 132 decimal.

14
MCQeasy

Which of the following is an example of system software?

A.Linux operating system
B.Spreadsheet
C.Web browser
D.Word processor
AnswerA

Linux is an operating system, a type of system software.

Why this answer

System software includes the operating system and utilities that manage hardware. Linux is an operating system, hence system software. Word processor, web browser, and spreadsheet are application software.

15
MCQeasy

Which of the following best describes the role of an operating system?

A.It manages hardware resources and provides a platform for applications.
B.It runs only one application at a time.
C.It is responsible for data backup and recovery.
D.It connects the computer to the internet.
AnswerA

This describes the core purpose of an OS.

Why this answer

An OS manages hardware resources and provides services for application software. It acts as an intermediary between user and hardware.

16
MCQhard

A memory address is displayed as 0x1A3F. What is the correct base of this representation?

A.Hexadecimal
B.Decimal
C.Octal
D.Binary
AnswerA

Correct: 0x denotes hexadecimal.

Why this answer

The prefix 0x indicates hexadecimal (base 16).

17
MCQmedium

An IT professional is explaining to a client the difference between an HDD and an SSD. Which statement best describes a key advantage of an SSD over an HDD?

A.SSDs require a constant power supply to retain data.
B.SSDs provide larger storage capacities at a lower cost per gigabyte.
C.SSDs are more resilient to physical shock because they have no moving parts.
D.SSDs use laser technology to read and write data.
AnswerC

SSDs are solid-state and withstand shock better.

Why this answer

SSDs use flash memory and have no moving parts, making them faster, more durable, and quieter than HDDs, which use spinning platters and mechanical arms.

18
MCQmedium

A company is considering moving its email system to the cloud and wants to avoid managing the underlying servers and software. Which cloud service model would best suit this need?

A.Software as a Service (SaaS)
B.Infrastructure as a Service (IaaS)
C.Platform as a Service (PaaS)
D.Desktop as a Service (DaaS)
AnswerA

SaaS delivers software applications over the internet.

Why this answer

SaaS provides software applications over the internet, managed by the provider. IaaS provides infrastructure, PaaS provides platforms for development, and DaaS provides desktops. Email as a service is typically SaaS.

19
MCQhard

A network engineer is configuring a device and needs to enter a MAC address. Which notational system is typically used for MAC addresses?

A.Hexadecimal
B.Octal
C.Decimal
D.Binary
AnswerA

MAC addresses are represented in hexadecimal.

Why this answer

MAC addresses are usually represented in hexadecimal (base-16) notation, e.g., 00:1A:2B:3C:4D:5E.

20
Multi-Selectmedium

A company is choosing a storage solution for archival data that is rarely accessed. Which TWO characteristics are typically true of HDDs compared to SSDs? (Choose two.)

Select 2 answers
A.Faster read/write speeds
B.Slower access times
C.Lower cost per gigabyte
D.Lower power consumption
E.More durable due to no moving parts
AnswersB, C

HDDs have slower access times.

Why this answer

HDDs are generally cheaper per gigabyte and have slower access speeds due to mechanical parts.

21
MCQeasy

Which of the following describes a nibble?

A.4 bits
B.8 bits
C.16 bits
D.2 bytes
AnswerA

Correct: a nibble is 4 bits.

Why this answer

A nibble is half a byte, or 4 bits.

22
MCQmedium

A technician is troubleshooting a network issue and needs to view the MAC address of a device. Which notational system is the MAC address most likely represented in?

A.Octal
B.Decimal
C.Binary
D.Hexadecimal
AnswerD

Correct.

Why this answer

MAC addresses are typically represented in hexadecimal (base-16) format, e.g., 00:1A:2B:3C:4D:5E.

23
MCQeasy

Which of the following is the decimal equivalent of the binary number 1101?

A.13
B.10
C.14
D.11
AnswerA

Binary 1101 equals decimal 13.

Why this answer

Binary 1101 = 1*8 + 1*4 + 0*2 + 1*1 = 13.

24
MCQhard

A company wants to run a Linux virtual machine on a Windows host without dual-booting. Which type of software is needed to create and manage the virtual machine?

A.A compiler
B.A device driver
C.An emulator
D.A hypervisor
AnswerD

Correct: a hypervisor manages virtual machines.

Why this answer

A hypervisor (or virtual machine monitor) enables running VMs on a host OS.

25
MCQmedium

A user notices that their computer runs slowly when multiple applications are open simultaneously. Which hardware component is most likely insufficient for the current workload?

A.GPU
B.CPU
C.Hard drive
D.RAM
AnswerD

RAM provides temporary storage for active programs; insufficient RAM leads to slowdowns.

Why this answer

RAM (Random Access Memory) is volatile memory used to store data for running programs. Insufficient RAM causes the system to use slower storage (paging), slowing performance.

26
MCQeasy

Which of the following is the binary representation of the decimal number 10?

A.1000
B.1010
C.1100
D.1110
AnswerB

1010 is decimal 10.

Why this answer

Decimal 10 in binary is 1010 (8+2). 1000 is decimal 8, 1100 is 12, 1110 is 14.

27
MCQhard

A technician is troubleshooting a computer that fails to boot. The technician suspects corrupted firmware. Which component stores the firmware that initializes hardware during boot?

A.RAM
B.Hard drive
C.ROM chip on motherboard
D.CMOS battery
AnswerC

Correct: BIOS/UEFI firmware is stored in ROM.

Why this answer

The BIOS/UEFI firmware is stored in a ROM chip on the motherboard.

28
MCQhard

A programmer writes a loop that performs a bitwise AND operation between the byte 0b11001100 and the mask 0b00001111. What is the result in decimal?

A.204
B.0
C.12
D.15
AnswerC

Correct result.

Why this answer

0b11001100 AND 0b00001111 = 0b00001100 = 12 decimal.

29
Multi-Selectmedium

A technician is explaining data representation to a trainee. Which TWO of the following are character encoding standards used in computing? (Select TWO).

Select 2 answers
A.MP3
B.ASCII
C.JPEG
D.ZIP
E.Unicode/UTF-8
AnswersB, E

ASCII is a 7-bit character encoding standard.

Why this answer

ASCII and Unicode/UTF-8 are both character encoding standards. JPEG is an image format, MP3 is an audio format, and ZIP is a compression format.

30
Multi-Selecthard

A company is planning to adopt cloud computing. Which THREE of the following are benefits of using cloud services compared to on-premises infrastructure? (Select THREE).

Select 3 answers
A.Reduced need for hardware maintenance
B.Pay-as-you-go pricing model
C.Full control over physical security
D.On-demand resource provisioning
E.Guaranteed 100% uptime
AnswersA, B, D

Cloud provider handles hardware maintenance.

Why this answer

Cloud benefits include on-demand resource provisioning (scalability), pay-as-you-go (reduced upfront cost), and reduced maintenance. Guaranteed uptime is not absolute (though SLAs exist), and full control is less in cloud.

31
MCQmedium

A digital image is stored in a file that retains all original data without any loss. Later, the file is compressed using a technique that discards some data to reduce file size, but the image quality is lower. Which type of compression was applied?

A.Archive compression
B.Lossless compression
C.File compression
D.Lossy compression
AnswerD

Lossy compression discards data, reducing quality.

Why this answer

Lossy compression permanently removes data to reduce file size, resulting in quality loss. Lossless compression retains all data. JPEG is a lossy format.

32
MCQmedium

A user is concerned about losing edits to a document if the power fails. Which type of memory is the document most likely stored in while being edited?

A.Cache
B.HDD
C.RAM
D.ROM
AnswerC

Correct.

Why this answer

RAM (Random Access Memory) is volatile; data is lost when power is removed. The document is stored in RAM during active editing.

33
MCQmedium

A technician is troubleshooting a computer that fails to boot. The technician checks the system's low-level software stored on a chip on the motherboard. Which type of software is being inspected?

A.Firmware
B.Device driver
C.Application software
D.Operating system
AnswerA

Firmware (BIOS/UEFI) is stored on a chip and controls initial boot.

Why this answer

Firmware is software embedded in hardware devices, such as BIOS/UEFI on the motherboard, which initializes hardware during boot.

34
Multi-Selectmedium

A user is experiencing slow performance and wants to upgrade their computer's RAM. Which TWO factors should they consider when purchasing new RAM? (Choose two.)

Select 2 answers
A.The brand of the CPU
B.The color of the RAM
C.The size of the power supply
D.The RAM type (e.g., DDR4 vs DDR5)
E.The number of available RAM slots on the motherboard
AnswersD, E

Must match motherboard support.

Why this answer

RAM must be compatible with the motherboard's form factor (e.g., DDR4 vs DDR5) and the motherboard must have available slots. Capacity is also a factor, but the question asks for factors to consider, compatibility and slots are key.

35
MCQmedium

A company wants to use a cloud service where they can deploy their own applications on virtual machines without managing the underlying hardware. Which cloud service model best fits this requirement?

A.Infrastructure as a Service (IaaS)
B.Software as a Service (SaaS)
C.Function as a Service (FaaS)
D.Platform as a Service (PaaS)
AnswerA

IaaS offers virtual machines and storage for custom deployments.

Why this answer

IaaS (Infrastructure as a Service) provides virtualized computing resources. The customer manages OS and apps, while the provider manages the hardware.

37
MCQeasy

What is the decimal equivalent of the binary number 1101?

A.15
B.13
C.10
D.12
AnswerB

Correct conversion.

Why this answer

Binary 1101 = 1*8 + 1*4 + 0*2 + 1*1 = 13.

38
MCQhard

A technician is troubleshooting a computer that does not start. They suspect the BIOS may be corrupted. Which type of software is the BIOS?

A.Operating system
B.Application software
C.Firmware
D.Device driver
AnswerC

BIOS is firmware.

Why this answer

BIOS (Basic Input/Output System) is firmware that is embedded in the motherboard's ROM chip.

39
MCQmedium

Which of the following is an example of lossy compression?

A.JPEG
B.GIF
C.PNG
D.ZIP
AnswerA

JPEG uses lossy compression.

Why this answer

Lossy compression reduces file size by permanently removing some data, as in JPEG and MP3.

40
MCQeasy

Which of the following is an example of application software?

A.Windows 10
B.BIOS
C.Linux kernel
D.Microsoft Word
AnswerD

Correct: Word is application software.

Why this answer

Microsoft Word is an end-user application for word processing.

41
MCQhard

Which cloud service model provides the customer with the ability to run and manage applications on a cloud infrastructure but does NOT give control over the underlying operating system?

C.DaaS
AnswerB

PaaS abstracts the OS.

Why this answer

PaaS provides a platform to develop and run applications without managing the OS or infrastructure.

42
MCQmedium

A technician needs to install a new graphics card in a desktop computer. Through which type of slot is the graphics card typically connected to the motherboard?

A.DIMM slot
B.SATA port
C.M.2 slot
D.PCIe slot
AnswerD

Correct: PCIe slots are used for expansion cards like GPUs.

Why this answer

Graphics cards connect via PCI Express (PCIe) slots.

43
MCQmedium

Which of the following character encodings can represent characters from virtually all written languages?

A.Unicode/UTF-8
B.EBCDIC
C.Extended ASCII
D.ASCII
AnswerA

Correct: UTF-8 supports all languages.

Why this answer

Unicode (UTF-8) is variable-width and supports all languages.

44
MCQmedium

A student is converting the hexadecimal number 2F to decimal. What is the correct decimal value?

A.59
B.32
C.63
D.47
AnswerD

2F hex = 2*16 + 15 = 47 decimal.

Why this answer

Hexadecimal 2F: 2*16 + 15 = 32 + 15 = 47.

45
MCQhard

A system administrator is configuring a server to provide email services for a small business. The business wants to avoid managing the underlying infrastructure. Which cloud service model best fits this need?

C.DaaS
AnswerB

Correct.

Why this answer

Software as a Service (SaaS) provides ready-to-use software over the internet, such as Office 365 for email.

46
MCQmedium

Which cloud service model provides users with access to software applications over the internet without managing the underlying infrastructure?

D.DaaS
AnswerC

Correct: SaaS delivers software applications.

Why this answer

SaaS (Software as a Service) delivers applications via the cloud.

47
MCQeasy

A technician needs to identify a network interface on a device. Which notational system is most commonly associated with MAC addresses?

A.Hexadecimal
B.Binary
C.Octal
D.Decimal
AnswerA

Hexadecimal is the standard representation for MAC addresses.

Why this answer

MAC addresses are typically written in hexadecimal (base 16) notation, using digits 0-9 and letters A-F.

48
MCQeasy

Which of the following units represents the largest amount of data?

A.Megabyte (MB)
B.Terabyte (TB)
C.Gigabyte (GB)
D.Kilobyte (KB)
AnswerB

TB is the largest among the options.

Why this answer

TB (terabyte) is larger than GB, MB, and KB. 1 TB = 1024 GB, 1 GB = 1024 MB, 1 MB = 1024 KB.

49
Multi-Selectmedium

A company is choosing between public, private, and hybrid cloud deployments. Which TWO statements correctly describe characteristics of these cloud models? (Select TWO.)

Select 2 answers
A.Public cloud offers the highest level of control over security.
B.Private cloud requires no upfront capital expenditure.
C.In a public cloud, resources are shared among multiple organizations.
D.A private cloud is owned and operated by a third-party provider.
E.A hybrid cloud combines public and private cloud resources.
AnswersC, E

Public cloud is multi-tenant by design.

Why this answer

Public cloud resources are shared across multiple tenants. Private cloud is dedicated to a single organization. Hybrid combines both.

50
MCQhard

A technician is troubleshooting a computer that fails to boot. Which of the following types of firmware is responsible for initializing hardware and loading the operating system?

A.Operating system kernel
B.BIOS/UEFI
C.Boot loader
D.Device driver
AnswerB

BIOS/UEFI is firmware that performs POST and loads the OS.

Why this answer

BIOS/UEFI is firmware that initializes hardware and boots the OS. The OS itself, boot loader, and device drivers are software loaded later.

51
MCQhard

A file is compressed using a lossless algorithm. Which of the following file types is most likely the result?

A.MP3
B.JPEG
C.PNG
D.ZIP
AnswerC

PNG uses lossless compression.

Why this answer

PNG uses lossless compression. JPEG is lossy. MP3 is lossy audio.

ZIP is a lossless archive format. The question asks for a file type (not archive).

52
MCQmedium

A technician is converting the decimal number 255 to binary. Which binary value is correct?

A.10000000
B.11111110
C.1111111
D.11111111
AnswerD

Correct: 11111111 equals 255 decimal.

Why this answer

255 in binary is 11111111 (eight 1s).

53
MCQmedium

A user wants to save a photo with the highest quality but does not care about file size. Which file format should they use?

A.JPEG
B.ZIP
C.PNG
D.MP3
AnswerC

PNG is lossless, preserving all image data.

Why this answer

Lossless formats like PNG preserve all data, while lossy formats like JPEG reduce quality for smaller size.

54
Multi-Selecthard

A support technician is explaining file compression to a user. Which THREE of the following are examples of lossless compression formats? (Select THREE).

Select 3 answers
A.MP3
B.FLAC
C.JPEG
D.PNG
E.ZIP
AnswersB, D, E

Correct.

Why this answer

Lossless compression preserves all original data. ZIP and PNG are lossless. FLAC is a lossless audio format.

JPEG and MP3 are lossy.

55
Multi-Selectmedium

A network technician is troubleshooting a connectivity issue and needs to identify the destination MAC address of a frame. Which TWO of the following are true about MAC addresses? (Select TWO.)

Select 2 answers
A.They are 48 bits in length
B.They are assigned by the operating system
C.They are typically written as 12 hexadecimal digits
D.They are represented in octal
E.They are used at the application layer
AnswersA, C

MAC addresses are 48 bits (6 bytes).

Why this answer

MAC addresses are 48-bit (6 bytes) and commonly represented in hexadecimal. They are assigned by manufacturers and are used at the data link layer.

56
MCQmedium

A user notices that a file saved as a JPEG is smaller than the original BMP file. Which type of compression does JPEG typically use?

A.Lossy compression
B.Run-length encoding
C.Uncompressed
D.Lossless compression
AnswerA

Correct: JPEG uses lossy compression.

Why this answer

JPEG uses lossy compression, which discards some data to reduce file size.

57
Multi-Selectmedium

A user wants to upgrade a desktop computer for better gaming performance. Which TWO components should the user consider upgrading to improve graphics processing? (Select TWO).

Select 2 answers
A.Central processing unit (CPU)
B.Graphics processing unit (GPU)
C.Power supply unit (PSU)
D.Random access memory (RAM)
E.Hard disk drive (HDD)
AnswersB, D

Correct.

Why this answer

GPU (graphics card) and RAM (system memory) both impact gaming performance. CPU also matters but the question specifically says graphics processing.

58
Multi-Selectmedium

A graphic designer needs to save an image with high quality and no data loss. Which THREE file formats should the designer consider for lossless compression? (Select THREE.)

Select 3 answers
A.TIFF
B.ZIP
C.PNG
D.MP3
E.JPEG
AnswersA, B, C

TIFF supports lossless compression options.

Why this answer

Lossless compression preserves all original data. PNG uses lossless compression for images, ZIP compresses files without loss, and TIFF can be stored uncompressed or with lossless compression.

59
MCQmedium

A graphic designer needs a component to accelerate rendering of 3D models. Which of the following computer hardware components is specifically designed for this purpose?

A.RAM
B.SSD
C.GPU
D.CPU
AnswerC

GPU accelerates graphics rendering.

Why this answer

GPU (Graphics Processing Unit) is specialized for rendering graphics and is used for 3D modeling, AI, and ML. CPU, RAM, and SSD are general-purpose components.

60
MCQmedium

Which of the following best describes the function of an operating system?

A.It connects to the internet and browses web pages.
B.It converts high-level code into machine code.
C.It manages hardware resources and provides services for application software.
D.It performs calculations for scientific simulations.
AnswerC

Correct definition.

Why this answer

An operating system manages hardware resources and provides a platform for applications to run.

61
MCQmedium

Which of the following best describes the function of a CPU cache?

A.It connects the CPU to the motherboard.
B.It provides temporary storage for data the CPU needs quickly.
C.It stores the operating system permanently.
D.It performs arithmetic calculations.
AnswerB

Cache holds frequently used data for fast access.

Why this answer

CPU cache is a small, fast memory that stores frequently accessed data to speed up processing.

62
Multi-Selectmedium

A network technician is analyzing a hexadecimal IP address representation. Which TWO of the following are true about hexadecimal notation? (Select TWO).

Select 2 answers
A.It uses digits 0-9 and letters A-F.
B.It is used for memory addresses and MAC addresses.
C.Each hexadecimal digit represents 4 bits.
D.It is a base-8 system.
E.It is used to represent colour codes in HTML.
AnswersA, C

Correct.

Why this answer

Hexadecimal notation uses base-16, with digits 0-9 and letters A-F. Each hexadecimal digit represents 4 bits, which is useful for representing binary data in a compact form. In the context of IP address representation (such as IPv6), these are the key characteristics.

While hexadecimal is also used for MAC addresses, memory addresses, and HTML color codes, those are not directly related to IP address representation, so options B and E are not correct in this specific context. Option D is false because hexadecimal is base-16, not base-8.

63
Multi-Selecteasy

A company is moving its email system to a cloud provider. The provider offers the software, platform, and infrastructure. Which TWO cloud service models are being used? (Select TWO.)

Select 2 answers
A.SaaS (Software as a Service)
B.PaaS (Platform as a Service)
C.Public cloud
D.Hybrid cloud
E.IaaS (Infrastructure as a Service)
AnswersB, E

PaaS provides platform for application development and deployment.

Why this answer

Email as a service is typically SaaS (Software as a Service). The underlying infrastructure and platform are provided by IaaS and PaaS respectively. Public cloud is a deployment model, not a service model.

64
MCQeasy

Which of the following is the binary representation of the decimal number 5?

A.0100
B.0011
C.0110
D.0101
AnswerD

0101 is binary for 5.

Why this answer

In binary, 5 is 0101 (often written as 101). 4 in binary is 0100, 6 is 0110, and 3 is 0011.

65
MCQeasy

Which of the following storage technologies uses spinning platters and a mechanical arm to read and write data?

A.RAM
B.HDD
C.Firmware
D.SSD
AnswerB

Correct.

Why this answer

HDDs (Hard Disk Drives) use spinning magnetic platters and a mechanical read/write head.

66
MCQeasy

Which of the following storage types uses spinning platters to read and write data?

A.SSD
B.RAM
C.HDD
D.Cache
AnswerC

HDDs use spinning platters.

Why this answer

HDDs (Hard Disk Drives) use spinning magnetic platters, while SSDs use flash memory.

67
Multi-Selectmedium

An IT instructor is teaching about binary arithmetic operations. Which TWO of the following are correct results of a logical XOR operation on the binary inputs 1 and 0? (Select TWO.)

Select 2 answers
A.1 XOR 0 = 0
B.0 XOR 1 = 1
C.1 XOR 1 = 1
D.1 XOR 0 = 1
E.0 XOR 1 = 0
AnswersB, D

Inputs differ, result is 1.

Why this answer

XOR outputs 1 when inputs differ. 1 XOR 0 = 1. Also, 0 XOR 1 = 1. So both pairs produce 1.

68
MCQeasy

Which component on the motherboard is responsible for temporarily storing frequently accessed data to speed up processing?

A.Cache
B.GPU
C.SSD
D.RAM
AnswerA

Correct.

Why this answer

CPU cache (L1, L2, L3) is a small, fast memory that stores frequently accessed data.

69
Multi-Selectmedium

A support technician is explaining binary operations to a junior technician. Which TWO of the following are valid binary arithmetic operations? (Select TWO.)

Select 2 answers
A.NOT
B.AND
C.SUBTRACT
D.DIVIDE
E.XOR
AnswersB, E

AND is a valid binary operation.

Why this answer

AND and XOR are standard binary operations; NOT is unary; OR is included but only TWO must be selected. The correct ones are AND and XOR.

70
MCQhard

A network technician is configuring a device and needs to enter a MAC address. Which of the following is a valid MAC address in hexadecimal notation?

A.1G:2H:3I:4J:5K:6L
B.AB:CD:EF
C.3A:4B:5C:6D:7E:8F
D.0X:1Z:2Y:3X:4W:5V
AnswerC

Valid MAC address with hex digits.

Why this answer

MAC addresses are 12 hexadecimal digits (0-9, A-F), typically displayed in pairs separated by colons, e.g., 3A:4B:5C:6D:7E:8F. Option A uses letters beyond F (G, H, I, J, K, L) which are not hex digits. Option B has only 6 digits (AB:CD:EF), which is too few.

Option D uses Z, Y, W which are not valid hex digits. Only option C meets the requirements: 12 hex digits using only 0-9 and A-F.

71
MCQmedium

A user is selecting a new computer and sees that the CPU has a clock speed of 3.6 GHz and four cores. What does the clock speed of 3.6 GHz indicate?

A.The number of instructions per cycle
B.The number of billions of cycles per second
C.The power consumption of the CPU
D.The amount of cache memory available
AnswerB

GHz means billions of cycles per second.

Why this answer

Clock speed (GHz) indicates how many billions of cycles per second the CPU can execute. It does not directly indicate cache size, core count, or power consumption.

72
Multi-Selecthard

A developer is writing a program that needs to handle text in multiple languages, including Chinese and Arabic. Which THREE character encoding systems should they consider? (Choose three.)

Select 3 answers
A.UTF-8
B.UTF-16
C.Base64
D.ASCII
E.EBCDIC
AnswersA, B, D

UTF-8 supports all languages.

Why this answer

Unicode (and its implementations UTF-8, UTF-16, UTF-32) and ASCII (though limited) are relevant. UTF-8 is variable-width and supports all languages. ASCII is 7-bit English.

UTF-16 is another Unicode form.

73
MCQmedium

Which of the following is an example of a lossy compression format?

A.GIF
B.PNG
C.JPEG
D.ZIP
AnswerC

Correct.

Why this answer

JPEG is a lossy image compression format that discards some data to reduce file size.

74
MCQmedium

A technician is explaining the difference between lossy and lossless compression to a colleague. Which of the following file formats uses lossy compression?

A.GIF
B.PNG
C.JPEG
D.ZIP
AnswerC

JPEG uses lossy compression for images.

Why this answer

JPEG uses lossy compression, discarding some image data to reduce file size. ZIP, PNG, and GIF use lossless compression.

75
MCQmedium

Which of the following best describes the function of an operating system?

A.It converts source code into machine code.
B.It manages hardware resources and provides a platform for applications.
C.It performs calculations for scientific simulations.
D.It protects the computer from viruses.
AnswerB

Correct: the OS handles resource management and serves as a platform.

Why this answer

The OS manages hardware resources and provides services for application software.

Page 1 of 2 · 83 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Itf Concepts Terminology questions.