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 29/487
Question 281Quiz 555
Data representation and computer architecture

A. 23110 B. 3478 C. E716 Which of the above is/are equant for binary 111001112? 111001112 ?

L03 · Data representation and number systems

Question 282Quiz 555
Other

What is the correct POS expression that represents the K-map? POS?

L09 · Programming and algorithms with Python

Question 283Quiz 555
Operating systems and memory

A file is stored on a disk using the FA T file system. The file starts at block 4, and FA T table looks like this: FAT 4 FAT What is the sequence of blocks that make up the file? ?

L05 · Computer operating systems

Question 284Quiz 555
Database systems

What is the correct SQL code for display total of the salary of employees table who get more than Rs. 100,000/=? 100,000/=

L08 · Database management

Question 285Quiz 555
Programming and algorithms

What is the output of the following Python code? def factorial(n): if n == 0: return 1 else: return n * factorial(n-1) print(factorial(4))

L09 · Programming and algorithms with Python

Question 286Quiz 555
Other

Which of the following best describes the primary purpose of an information system? ?

L02 · Evolution of computing and computer hardware

Question 287Quiz 555
Programming and algorithms

What will be the PHP program for the following output? PHP ? Output : I learn Mathematics, Physics and ICT.

L09 · Programming and algorithms with Python

Question 288Quiz 555
Web development

How to add a background color in HTML? HTML ?

L10 · Web development

Question 289Quiz 554
Data representation and computer architecture

What is the 8 bit 2’s complement representation of –57? -578bit2?

L03 · Data representation and number systems

Question 290Quiz 554
Data representation and computer architecture

What is the most simplified boolean expression of AB̅(B + C̅) + BC + AB (A̅ + B̅)? AB̅(B + C̅) + BC + AB (A̅ + B̅) ?

L02 · Evolution of computing and computer hardware