This document contains a question bank with questions about computer science topics like binary, hexadecimal, octal number systems, logic gates, Boolean algebra, and more. Each question is paired with a multiple choice answer option identified by a letter. This question bank could be used to test knowledge of fundamental computer science and digital logic concepts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
55 views2 pages
Question Bank: Subject Answer Action
This document contains a question bank with questions about computer science topics like binary, hexadecimal, octal number systems, logic gates, Boolean algebra, and more. Each question is paired with a multiple choice answer option identified by a letter. This question bank could be used to test knowledge of fundamental computer science and digital logic concepts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Question Bank
Subject Question Answer Action
Computer What will be the output of the following code: f=None for i in range(5): D Science with open("data.txt","w") as.... Computer To open a file c:\scores.txt for appending data, we use ____________ D Science Computer Full form of ISCII code is? D Science Computer ASCII code is _________ bit Code C Science Computer Binary number of 106 decimal number is ....... B Science Computer Decimal number of 111010 binary no is ........ C Science Computer Binary number of 7AB4 Hexadecimal is ...... A Science Computer Hexadecimal no of 111011101100101 binary no is ................ E Science Computer Binary number of 6527 octal no is ............. A Science Computer Octal Number of 110010101001 binary number is .......... C Science Computer Octal number of ABCD hexadecimal number is .................. B Science Computer Addition 1011110 and 1101100 binary number is .................. A Science Computer What is the actual binary code being represented through UTF-8 encoding of C Science 111010101001011110111010 Computer If the result of any logical statement or expression is always false or 0 for all C Science input combinations,it is called ..... Computer Which gate implement logical addition? C Science Computer Dual of xy + xy' + x'y1 is ...... B Science Computer Associative law states that? B Science Computer The expression for Absorption law is given by _________ B Science Computer The expression for 3rd distributive law is given by _________ A Science Computer DeMorgan’s First law states that B Science Computer Which gate produces output 1 for only those input combinations that have odd D Science number of 1's Computer Which gates are known as universal gate? C Science Computer x+x' is equal to A Science Computer x(y+z) is equal to ..... B Science Computer Seven inverters are cascaded one after another. What is the output if input is 1 C Science Computer Write the equivalent boolean expression for the following logic circuit. C Science Subject Question Answer Action Computer What function is implemented by the Circuit shown below D Science