Practice Free FC0-U71 Exam Online Questions
A database has the following schema:
Which of the following is the number of records in the schema?
- A . 3
- B . 4
- C . 12
- D . 21
B
Explanation:
Each row in the table (excluding the header row) represents a record in the database schema. The table has 4 data rows (John, Jane, Allison, Anna), so the number of records is 4.
A developer creates the following code:
If the light is red, then stop
Else if the light is green, then go
Which of the following programming concepts is the developer using?
- A . Commenting
- B . Looping
- C . Object-oriented
- D . Branching
D
Explanation:
The code uses branching, which allows the program to make decisions and follow different paths based on conditions (e.g., "if… else if…").
Other options:
● Commenting adds notes to code,
● Looping repeats actions,
● Object-oriented programming involves organizing code into objects and classes.
Which of the following is a touch screen used for? (Choose two.)
- A . Storage
- B . Input
- C . Output
- D . Networking
- E . Processing
- F . Logging
B, C
Explanation:
A touch screen functions as both an input device (accepting user touch commands) and an output device (displaying images and information).
It does not perform storage, networking, processing, or logging.
Which of the following is used to create a repetitive process within code?
- A . Loop
- B . Branch
- C . Comment
- D . Integrate
A
Explanation:
A loop is a programming construct that repeats a block of code multiple times until a condition is met.
Other options:
● Branch controls decision-making paths,
● Comment adds notes to code,
● Integrate means combining parts but is not a programming construct.
A technician needs to install input devices while setting up a new desktop PC.
Which of the following should the technician install? (Choose two.)
- A . Printer
- B . Mouse
- C . Keyboard
- D . CPU
- E . Speaker
- F . SSD
B, C
Explanation:
A mouse and keyboard are standard input devices used to interact with a desktop PC.
Other options:
● Printer and speaker are output devices,
● CPU is a processing unit,
● SSD is a storage device.
Which of the following units of measurement is used when describing a gaming monitor?
- A . GPU
- B . RAM
- C . TB
- D . MHz
D
Explanation:
MHz (Megahertz) is used to describe the refresh rate or frequency of a gaming monitor, indicating how many times per second the screen updates.
Other options:
● GPU is a graphics processor,
● RAM is memory,
● TB measures storage capacity.
Which of the following is used to securely transfer files over the internet?
- A . Compression
- B . Permissions
- C . Encryption
- D . Email
C
Explanation:
Encryption ensures that files are securely transferred over the internet by making the data unreadable to unauthorized users during transmission.
Other options:
● Compression reduces file size,
● Permissions control access but don’t secure transmission,
● Email is a method of transfer but not inherently secure without encryption.
Users are discussing the birthdays and home addresses of notable public figures in a public chat room.
Which of the following security concepts is being compromised?
- A . Confidentiality
- B . Integrity
- C . Privacy
- D . Availability
C
Explanation:
Discussing birthdays and home addresses of individuals ― even public figures ― violates privacy, which concerns the protection of personal or sensitive information.
Other options:
● Confidentiality refers to restricting access to sensitive data,
● Integrity ensures data is not altered,
● Availability ensures data and systems are accessible when needed.
Which of the following must be configured to install a printer on a network?
- A . Physical address
- B . IP address
- C . MAC address
- D . Access point
B
Explanation:
A network printer must have an IP address configured so that devices on the network can locate and communicate with it.
Other options:
● MAC address is used at a lower network level but isn’t configured by users,
● Physical address is another term for MAC address,
● Access point provides wireless connectivity but is not required just to install a printer.
An application is unresponsive.
Which of the following will close the application?
- A . Task management
- B . System utilities
- C . Remote assistance
- D . File permissions
A
Explanation:
Task management tools (like Task Manager in Windows) allow users to forcefully close unresponsive applications.
Other options:
● System utilities are general maintenance tools,
● Remote assistance helps another user access the system,
● File permissions control access to files, not running applications.