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 34/487
Question 331Quiz 550
Operating systems and memory

A system has a 24-bit virtual address and a page size of 4 KB. Based on this information, how many bits are used for the page offset? 24 4 KB ?

L05 · Computer operating systems

Question 332Quiz 550
Database systems

What is the SQL code delete the database, Alab? Alab SQL ?

L08 · Database management

Question 333Quiz 550
Programming and algorithms

What is the output of this code? ? for i in range(1, 6): print('{:<10}'.format(i * '( ͡⊙ ͜ʖ ͡⊙)')

L09 · Programming and algorithms with Python

Question 334Quiz 550
Programming and algorithms

In the following Python code, what will be the output if temperature is set to 28? temperature28? def heater_on(): print("Heater is ON") def heater_off(): print("Heater is OFF") temperature = 28 if temperature < 20: heater_on() elif temperature > 25: heater_off() else: print("Temperature is optimal")

L09 · Programming and algorithms with Python

Question 335Quiz 550
Other

Which of the following best describes the concept of "feedback" in a system? "" ?

L01 · Basic concepts of ICT

Question 336Quiz 550
Programming and algorithms

What is the output of the following PHP code? PHP ? <?php function example($x = 1, $y = 3) { return $x + $y / 2; } echo example(5); ?>

L09 · Programming and algorithms with Python

Question 337Quiz 550
Web development

Which of the following is true about the <font> tag in HTML? HTML <font> ?

L10 · Web development

Question 338Quiz 550
Database systems

In a database, what is denormalization? ?

L08 · Database management

Question 339Quiz 549
Other

Choose the correct answer for the given calculation. 3278 – 9716 = …………………

L03 · Data representation and number systems

Question 340Quiz 549
Data representation and computer architecture

1. C+ D̅(D. A + D. A) Solve this boolean expression.

L02 · Evolution of computing and computer hardware