ICT / Daily quiz archive

Question
practice.

Thousands of extracted MCQs, lesson mapped and connected to the original question-and-answer PDF series.

Original PDFs remain the authority
4,864Extracted questions
582Quiz sets
4,737Lesson mapped
1—583Quiz range
Practice set4,864 matches · Page 4/487
Question 31Quiz 580
Database systems

The block size of a disk is 8KB. A portion of its File Allocation Table (FAT) at a particular time is shown below. The portion shown gives the blocks of the farlight84.apk file as well. 8KB (FAT) farlight84.apk Notes: • The last block of a file is indicated by -1. -1 • The directory entry of a file contains the block number of the first block of the file. Which of the following gives the directory entry for the farlight84.apk file and the disk space allocated for the farlight84.apk file respectively? farlight84.apk farlight84.apk ?

L08 · Database management

Question 32Quiz 580
Operating systems and memory

Which of the following statements about file management in an operating system is true? ?

L05 · Computer operating systems

Question 33Quiz 580
Programming and algorithms

What will be the output of the following Python code? / ? i = 1 total = 0 while i <= 5: if i % 2 == 0: total += i * 3 else: total += i * 2 i += 1 print(total)

L09 · Programming and algorithms with Python

Question 34Quiz 580
Software engineering

What is the primary goal of the "Deployment" phase in the SDLC? SDLC " " ?

L07 · System analysis and design

Question 35Quiz 580
Other

Which of the following statements about PHP comments is true? PHP ? 1. Comments in PHP are executed as part of the script. PHP script 2. PHP supports single-line and multi-line comments. PHP 3. The # symbol is not used for comments in PHP. PHP # 4. Multi-line comments in PHP must start with /** and end with */. PHP /** */ 5. Comments can only be placed at the beginning of a PHP script. PHP script

L10 · Web development

Question 36Quiz 580
Networking

Which of the following is not a commonly used network topology?

L06 · Data communication and computer networking

Question 37Quiz 580
Networking

Which of the following IP addresses is not a Class D IP address? IP D IP ?

L06 · Data communication and computer networking

Question 38Quiz 580
Other

Which statement about reverse auction is correct? / ?

Question 39Quiz 580
Other

Which of the following best describes the digital economy? ?

L12 · ICT in business and e-commerce

Question 40Quiz 580
Business and digital society

In B2C e-commerce, who are the primary buyers ? B2C ?

L09 · Programming and algorithms with Python