CompTIA FC0-U61 Practice Test - Questions Answers, Page 4

List of questions
Question 31

Given the following pseudocode:
If the Breakfast program ran on Sunday, which of the following would be the output?
The output of the Breakfast program if it ran on Sunday would be pancakes. The program usesan if-else-if-else statement to choose among different breakfast options based on the day ofthe week input. The program first checks if the day input is equal to "Saturday". If this conditionis true, it prints "Waffles" and ends. If this condition is false, it checks if the day input is equal to"Sunday". If this condition is true, it prints "Pancakes" and ends. If this condition is false, itprints "Oatmeal" and ends. Since the day input is "Sunday", the second condition is true, andthe program prints "Pancakes"
Question 32

A desktop administrator just connected a printer to a workstation, but the workstation does not recognize the printer. Which of the following does the workstation MOST likely need for the printer to function?
Question 33

Which of the following BEST describes a kilobyte?
A kilobyte is a unit of digital information that equals 1,024 bytes. A byte is the smallest unit ofdata that can be stored or processed by a computer. A kilobyte can store a small amount oftext, such as a few sentences or a paragraph. Storage devices, such as hard disks and flashdrives, use kilobytes and other larger units, such as megabytes and gigabytes, to measure theircapacity and performance.Reference: The Official CompTIA IT Fundamentals (ITF+) Study Guide(FC0-U61), page 38
Question 34

Which of the following security concerns is a threat to confidentiality?
Dumpster diving is a technique used by attackers to obtain sensitive information fromdiscarded documents, such as passwords, account numbers, or personal details. Thisinformation can be used to breach the confidentiality of an organization or an individual.Confidentiality is the principle of protecting information from unauthorized access ordisclosure. To prevent dumpster diving, documents containing confidential information shouldbe shredded or securely disposed of.Reference: The Official CompTIA IT Fundamentals (ITF+)Study Guide (FC0-U61), page 206.
Question 35

Which of the following software license models allows a developer to modify the original code and release its own version of the application?
Question 36

Which of the following are the basic computing operations?
Question 37

Which of the following would work BEST stored as a flat file rather than stored in a database?
Directions to doctor's office would work best stored as a flat file rather than stored in adatabase. A flat file is a simple text file that contains one record per line and has a fixedstructure or format. A flat file is suitable for storing simple or static data that does not requirefrequent updates or complex queries. A database is a collection of organized data that can beaccessed, manipulated, and updated using a database management system (DBMS). A databaseis suitable for storing complex or dynamic data that requires frequent updates or complexqueries.Reference: The Official CompTIA IT Fundamentals (ITF+) Study Guide (FC0-U61), pages142-143
Question 38

An administrator grants permission for a user to access data in a database. Which of the following actions was performed?
Question 39

An employee is asked to generate a report on a student information system. The employee uses spreadsheet software and connects to a remote database to pull data for the report. Which of the following types of application architectures did the employee use?
Question 40

Ann, a user, is experiencing difficulty getting her IP-based security camera to function at her house after a rain storm that caused a power interruption. The camera has an LED light indicating it has power. Which of the following is MOST likely the problem?
Question