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 39/487
Question 381Quiz 545
Operating systems and memory

Which file system is commonly used by Linux operating systems? Linux ?

L05 · Computer operating systems

Question 382Quiz 545
Database systems

Which SQL clause is used to restrict the number of rows returned by a query? SQL ?

L08 · Database management

Question 383Quiz 545
Programming and algorithms

Given below are some Python codes. If a student wants to generate the output '15', which of the following Python codes is/are suitable for that purpose? '15' ? A def mystery(x): if x <= 0: return 0 else: return x + mystery(x -

L09 · Programming and algorithms with Python

Question 384Quiz 545
Programming and algorithms

What is the output of the following Python code? ? for i in range(1, 6): print('{:<>6}'.format(i * '>'))

L09 · Programming and algorithms with Python

Question 385Quiz 545
Business and digital society

Which of the following is key advantage of using Content Management System (CMS) in an organization? CMS?

L12 · ICT in business and e-commerce

Question 386Quiz 545
Programming and algorithms

What is the output of the following PHP code? PHP ? $area = 100; echo ‘The area is $area’;

L09 · Programming and algorithms with Python

Question 387Quiz 545
Web development

An HTML document contains style="color:blue; font-family:arial;". What is the name of this style? HTML style="color:blue; font-family:arial;"

L10 · Web development

Question 388Quiz 545
Database systems

Which of the following scenarios best demonstrates a "Many-to-Many" relationship between two tables in a relational database? "" ?

L09 · Programming and algorithms with Python

Question 389Quiz 544
Programming and algorithms

The number of bits used to represent a decimal number/character in BCD and EBCDIC code systems respectively, BCD EBCDIC ,

L03 · Data representation and number systems

Question 390Quiz 544
Programming and algorithms

What is the answer when the Boolean expression for output F in the following logic circuit is simplified? F?

L09 · Programming and algorithms with Python