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 18/487
Question 171Quiz 566
Programming and algorithms
Which of the following statements are true? ? A. ASCII represents most of the written languages in the world. ASCII B. The decimal representation of the value for “A” in ASCII and UNICODE are equal. ASCII UNICODE “A” C. EBCDIC doesn’t use a linear ordering of letters. EBCDIC D. EBCIDIC contains more characters than ASCII. EBCIDIC ASCII
L03 · Data representation and number systems
Question 172Quiz 566
Programming and algorithms
How many inputs does a full adder require to compute its SUM and CARRY outputs? SUM CARRY ?
L04 · Fundamentals of digital circuits
Question 173Quiz 566
Operating systems and memory
What type of data structure does the operating system use for each process running on the computer? ?
L05 · Computer operating systems
Question 174Quiz 566
Database systems
Given the table Customers with the column Email, which query retrieves all customers whose email address contains "gmail" anywhere in the string? string "gmail" ?
L08 · Database management
Question 175Quiz 566
Programming and algorithms
What will be the output of the following Python code? ? def update_list(numbers): numbers[0] = 10 numbers.append(20) return numbers my_list = [1, 2, 3] result = update_list(my_list) print(result)
L09 · Programming and algorithms with Python
Question 176Quiz 566
Programming and algorithms
Which deployment method involves running the new system and the old system simultaneously to ensure a smooth transition and to compare their outputs before fully switching to the new system? ?
L09 · Programming and algorithms with Python
Question 177Quiz 566
Programming and algorithms
What is the output of the following PHP code? PHP ? <?php $x = "ictfromabc"; $y = 12; $z = $y+10; echo $x; echo $y; echo $z; ?>
L09 · Programming and algorithms with Python
Question 178Quiz 566
Web development
Which of the following is not a text editing software which can be used to write HTML codes? HTML ?
L10 · Web development
Question 179Quiz 566
Database systems
Which of the following database system model is in accordance with Parent-Child relationship in data processing? Parent-Child ?
L08 · Database management
Question 180Quiz 566
Networking
What is the default subnet mask for a Class C IPv4 address? Class C IPv4 ?