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 23/487
Question 221Quiz 561
Programming and algorithms

ASCII decimal representation for “A” is 65. “A” ASCII 65 Which of the following is true about representing “C” ? “C” A. The decimal ASCII representation is, 67 / ASCII 67 B. The decimal UNICODE representation is, 67 / UNICODE 67 C. The hexadecimal ASCII representation is, 43 / ASCII 43

L03 · Data representation and number systems

Question 222Quiz 561
Data representation and computer architecture

In the circuit shown here, if the logical state of C is always 1, what is the equivalent logic gate for this combination? C1?

L04 · Fundamentals of digital circuits

Question 223Quiz 561
Programming and algorithms

Which of the following is not a characteristic of an operation when compared to operations and programs? ?

L02 · Evolution of computing and computer hardware

Question 224Quiz 561
Database systems

What is the correct SQL code to insert a new record into the Student table? Student SQL ?

L08 · Database management

Question 225Quiz 561
Programming and algorithms

Which of the following functions is used to get the ASCII value of a character? ASCII ?

L09 · Programming and algorithms with Python

Question 226Quiz 561
Other

Select the answer which respectively mentions the 5 available modules according to SSADM. SSADM 5

L07 · System analysis and design

Question 227Quiz 561
Programming and algorithms

What is the output of the following PHP code? PHP ? <?php $a = 10; $b = 3; $c = 5; $result1 = $a + $b * ($c / 2) ** 2; $result2 = ($a % $b) + $c / 2; $result3 = ($a - 2 * $b) / ($c + 1); echo "Result 1: $result1\n"; echo "Result 2: $result2\n"; echo "Result 3: $result3\n"; ?>

L09 · Programming and algorithms with Python

Question 228Quiz 561
Programming and algorithms

What is the correct output of the following HTML code snippet? HTML ? <p>Formula:H<sub>2</sub>O</p>

L09 · Programming and algorithms with Python

Question 229Quiz 561
Database systems

Select the correct mapping of the Lecturer table considering the ER diagram given below. ER Lecturer

L08 · Database management

Question 230Quiz 561
Other

Which unit is commonly used to measure bandwidth? ?

L06 · Data communication and computer networking