Multiple Choice Questions (MCQs)
RAM stands for:
CPU required at least ________ to fetch the instruction from memory.
The Binary Search Algorithm, what will be mid value in second level of recursion in the following array. {45, 77, 89, 90, 94, 99, 100} and key = 99
You can use ________ search engine for searching images, movies, games or educational content.
Copyright can be applied on:
The option of justify is in group:
Find option inludes:
In MS Word, shortcut key of cut is ________.
Which of these describes stepwise refinement?
Editing group have commands:
Which is the correct format to find out a value from any given list?
10.011 added to 100.11 produces
CD stands for:
________ tag is used to write paragraph in HTML document.
The fifth group in the home ribbon is the:
Which tag is used to create a list item?
By using 16 bits in 2's complement notation how many maximum positive number can be represented
Ribbon has types of commands:
We can add charts in MS-word from group:
Ctrl+z is used for:
Process is a ________ activity.
The first group in Design Ribbon of MS PowerPoint is:
Which of the following softwares help us optimizing the various business processes of an organization as a single system instead of a number of loosely coupled stand alone systems?
When we apply header it is ahown at:
Which type of registers is used in program execution?
In the United States the Privacy Act of 1974 was to protect citizens from abusive use of databases:
Time required to move the read/write heads from one track to another.
The hexadecimal notation for: 111010000101010100010111
Microsoft Office includes:
On social media, sometimes, a particular ________ is very popular.
OR operator is also represented by ________ sign.
Binary notation is a way of representing numeric values using only the ________.
Bit-map images compresses using the ________ algorithm.
What is the full form of JSP?
If the result after comparison of two variables in relational operators is False, then if statement returns value
People are working in sitting position due to computer science and thus have more chance to develop:
Information security Risk include:
A ________ is a collection whose entries have a hierarchical organization similar to that of an organization chart of a typical company.
While sending a message it is the ________ layer's responsibility to provide an address that is compatible with the Internet infrastructure.
Content filtering works by matching ________ of characters:
Contact Risks include:
A significant example of iterative techniques is:
Process of understanding what the characteristics of images means refer to:
One bit can contain only ________ value.
If we want to link two sections of a same document we generally use:
Word processor like Microsoft Word is an application that
CAN-SPAM Act applies in:
According to famous Job market website most of the jobs are available in ________.
What is the output of the following code? int sum = 14; if (sum < 20) cout < < "Under"; if (sum > 20) cout < < "Over";
The term ________ refers to a collection of data that is multidimensional in the sense that internal links between its entries make the information accessible from a variety of perspectives:
The most popular system for representing integers within today's computers is ________'s complement notation.
Which of the following is not true about pseudo code?
The field of artificial intelligence is being pursued along paths:
Computer hardware is the collection of
Which of the following is not true about firewall?
Which from the following is not a relational operator.
In particular, the chart that indicates the entire game is overseen by a function named ________.
In binary search, first of all value check at a point
A mark or any other distinctive sign associated with products is called:
Which of the following modems is slowest?
Design ribbon can have:
Suppose you are the presenter and you want your audience in touch during presentation then what will you do?
Hexadecimal notation uses a ________ symbol to represent a pattern of four bits.
Computer science has made hacking bank account:
The instruction code to halt machine cycle is
Proofing group is in which ribbon of MS Word?
________ is a short version of binary digit, a smallest unit to store data.
CPU and RAM are connected with ________ to communicate with each other.
There are ________ Basic Boolean operations are.
Most famous word processor is:
Eye for long amount of time is not meant to look:
Software packages that allow users to access hypertext on the Internet are called ________.
In context of environment, computer science have impacts:
________ network fails if a single node fails.
RGB stands for
The description of the object's properties is called
A specific example is the ________ series of standards, which address numerous industrial activities such as design, production, installation and servicing.
In MS-word different type of effects on the text can be applied with:
The test that machines will have a chance to pass according to Turing was of:
Robots can be guided by an
George Boole invented the ________ operations.
A styles option includes font:
Repeated erasing slowly ________ the silicon dioxide chambers.
________ is the most demanded job in United State.
This conceptual view of the database is called a ________ model.
The E-mail client sends message to:
Data can come from:
In ________ digits on right side represent the fractional part.
Let a list Fred, Alex, Diana, Byron, Carol After sorted first sublist our list would be
The special eye-catching effects between each slide of MS PowerPoint is called:
Which of the following is used to store data in computer?
Which of the following is true about problem solving?
Researchers are trying to develop systems that exhibits intelligent behavior in ________ track.
In MS Word, Paste option is a part of home ribbon group called ________.
The style group in the home ribbon is the:
Any variable in JavaScript can hold any type of value, and the that type can change midway through the program.
Average amount of time required for the desired data to rotate around to the read/write head once the head has been positioned over the desired track.
In MS Word, shortcut key to select the whole text in a document is ________.
User can see directories or files by using ________.
Most ________ codes use today are Huffman codes.
Which one can lead user to leave your website?
To move from one page to other page on the web, a hyperlink is given which is
A ________ is a file that is accessed in a special manner from its beginning to its end as though the information in the file were arranged in one long row.
Home ribbon contains groups:
IPR stands for:
ICQ, AIM and MSN Messenger are the examples of ________ services.
One of the major uses of the ________ operation is for placing 0s in one part of a bit pattern while not disturbing the other part.
Gaming addiction can cause problems:
Digits on left side of point represent the
Quantity associated with each position is ________ the quantity associated with the position to its right.
Leibniz's machines were achieved by observing the ________ positions.
The repetitive use of an instruction or sequence of instructions is called ________.
A program that is believed to be correct and a program that is correct. The two are
What does MIDI stand for?
With computer science the access to private information has:
We need ________ memory to store data permanently.
Illustration is a part of ribbon:
Access to the forbidden literature is because of:
The people present arround the e-waste gain:
HDTV is the abbreviation of ________.
Undo is used by:
Main memory is also called ________.
Shortcut for Track Changes in MS word is
Disk operating system is ________ operating system
A CPU consists of three parts ________.
A paradigm works on object called
What does VoIP stands for ________.
________ was the first to implement the web.
Matching geometric characteristics technique of recognizing images is used in:
When an application wants to display something on the screen, it notifies the ________.
A ________ is a storage area that contains such an encoded address.
________ loop structure referred to as a posttest loop.
In MS Word, the option of justify is in group ________.
The set of tasks that ensures the software is correctly implements a specific function is known as
Computer security is also known as ________.
Page Setup Group is in which ribbon of MS Word?
Plagiarism is a major problem in:
In ________ if two modules interact with the same item of data, then modifications made to one module may affect the other.
Files can be downloaded or uploaded using ________ protocol.
What will be the output of following pseudo code? def FindFactorial(): fact = 2 i=1; While (i<=7) fact=fact*i; i=i+1; print(fact)
The storage of a value with a fractional part requires that we store not only the pattern of 0s and 1s representing its binary representation but also the position of the ________.
Some of the elements of a spreadsheet are:
Robots identifies veins by:
TIFF is abbreviation of ________?
In MS Word, we have to write an equation with 2 as a number and 3 as its power. Which option is suitable for this purpose?
________ is a system that guards a private network.
Which software testing refers to tests that do not rely on knowledge of the software's interior composition?
Bit is:
If the test for termination of a loop is executed after the execution of body then loop is known as ________.
________ is not only used as a means of retrieving data from mass storage but also as a means of retrieving items from large blocks of data stored in main memory.
If the RGB scheme is used to display an image of size 1024*768 pixels then the image will require ________ of storage.
If we are interested to see the map of some location, we can use map operator in the following way:
________ is used to combine different relations into one relation.
Which one is a unary operator?
________ is a layered structure consisting of a number of homogenous and simple processing elements.
What will be the output of following OR expression 1010 OR 1111?
Dynamic ram - Stores bits as tiny electric Charge.
Attacks that can be made to prevent access to websites:
Sometimes when a device is continuously running it damages us by:
How do you initialize an array in C
Sds (Secure Digital Memory Cards) provide up to
A device that responds to stimuli from its environment:
Major component of syntactic analysis is:
Data were stored in memory, programs were part of the ________.
Smallest unit of storage is:
We can customize indentation with:
In MS Word, we can highlight a text using color from group ________.
A track that leads to a simulation oriented methodology:
Third generation language attributes refer to
Learning procedural knowledge usually improves a process:
Which of the following is the component name of iterative structures in which initial stage is established.
________ is exemplified by two transactions, each of which makes a deduction from the same account.
Cloud computing services provide reasonable guarantees of ________ and ________.
________ is used to store colorful images.
The amount of paper American use in a year is:
________ keyword is used in python language to define a word.
In some cases, the data collection process is readily apparent, in others it is:
If you want to search for an exact phrase on Google then enclose it in ________.
Information that was once buried in arcane records has become accessible because of:
________ can store unique pattern of 21 bits.
A program DOCTOR developed by Joseph Weizenbaum in the mid-1960s named as:
Which unit transfers the data from memory into the general purpose registers?
In main memory each cell has unique ________ address.
A charity organization of London is:
Which of the following language is used for server side scripting?
This finding maximum number function will keep on going until we reach at the last value [12, 18, 299, 38, 999, 89, 101, 500, 801, 45]
Attacks can be made to prevent access to websites by crashing:
Ethical issues are related to:
Ethics and legality are essential in many industries including:
________ is also consider as character.
In binary Notation 11111111 is
The pattern in which computer are connected together to form a network is called :
The Turing test result of program DOCTOR developed by Joseph Weizenbaum was:
Which Excess notation is used to represent 100 as Zero?
Usual way of protecting software is:
To select shapes that are hidden or behind text we can click:
An alternative to translators
UTF-8 uses 24 to ________ bits.
The hackers normally add many ________ to such websites as the information seeker of free music.
One term could mean more than one thing for example word: "Jaguar" is used in two meanings such as:
The process involved in a ________ is like copying the data rather than moving it.
A clear flag state indicates that the resource is ________.
Matching geometric characteristics technique cannot read:
In ________ one user can executing several tasks simultaneously.
Programming languages are well-designed so that each statement has ________ meaning.
Approximately how many entries a typical dictionary in a word processor can contain?
Voice over IP has ________ modes.
An algorithm is ________ and distinct from its representation.
Phase 1 of problem-solving steps is ________.
The device that is used to store data is called:
In MS Word, Justify option is used to give spaces to the paragraph on left and right side ________.
Binary notation has ________ representation.
________ tells how many places are required to move radix point.
Which of the following is not the advantage of TCP over UDP?
The ________ ribbon is the ribbon that helps you to design your slides as per your requirement.
Page group includes options:
A software license is a ________ between the owner and user of a software product that grants the user certain permissions to use the product without transferring ownership rights to the intellectual property.
Electronic Theft include:
When you search in the Google by typing Google finds all those pages which contains
Turing gave a percentage of a machine that will have a chance to pass Turing test in year.
Over which type of bus CPU can fetches its instructions from memory?
A model which represents the shift away from strict adherence to the waterfall model is:
When we draw a table in MS word the table have initial column(s):
ENIAC stands for:
________ begins the paragraph with a large letter that spills down into the text:
Easy access to online health centres is because of:
A data cell of a table contains
The process of using DNS to perform a translation is called a ________.
Control structure iterates a set of instructions based on the provided condition called
Design phase is followed by ________.
Font group includes options:
The simplest form of array is the ________ array.
Software licenses are:
In binary Addition 1+1 is =
Appearance of each pixel is encoded to form ________.
Which of the following is a robot used in medical field :
If we want to end a page at a specific point and move to the next page we can use:
George Boole, who was a pioneer in the field of mathematics called ________.
The ________ consists of the instructions that tell the control unit to request an activity within the arithmetic/logic unit.
In 16 bits ________ can be store only.
FTP ________ could check all incoming files for the presence of known viruses and block all infected files.
How many common forms of data mining?
Which of the following statement is true?
Generally how many steps a machine cycle have?
0011 + 0010 = ________
This ________ view of the database is called a database model.
The binary search algorithm uses ________.
The end of a list is called the ________.
In MS Word, shortcut key of paste is ________.
onFocus executes the specified JavaScript code when ________.
American use about 680 pounds of paper in a year:
A single algorithm can be represented in ________ way(s).
We can use Boolean operators specially to find relevant pages.
Act that ranges government restrictions on wire taps to include transmissions of data is:
Which of the following data types are recognized by JavaScript?
In CS, we store and link data in an organized way using
Hyperlinks have by default color:
TLD stands for ________.
Suppose we have an array named as "Student". And we want to store 123 at index one (index 1). So which statement is true?
The first programming language designed for the non-technical users was:
________ is a tool that is used to organize data, such as a check register.
To identify individual cells in a Computer's main memory, each cell is assigned a unique "name", called its ________.
If you search on Google that "how can I hack?", then it would be so ________ for your security.
The binary of 8 in 2's complement notation will be 1000, what will be the binary of -8?
In excess notation ________ of bits are used to represent each value.
The purpose of system ________ is to describe the software's internal composition so that the software can be maintained later in its life cycle.
If right circular shift is performed on a ________ eight times, same bit pattern is obtained as it is started.
Trialware Softwares are used for
How many iterations are required to find 88 in the following array? {5, 6, 77, 88, 99}
The node at the top is called the ________ node.
The option of bullets is in group:
Process states include the value of the program counter as well as the contents of the ________.
Which registers act as temporary holding places for data being manipulated by the CPU?
An object is actually a special case of the more general concept of a ________.
There are many types of sensors including:
We can increase the size of text from home ribbon group called:
The traditional development phase of the software life cycle does not include the stage.
Requiring certain degree of uniformity of the style, size and orientation of symbols is a(n):
RISC is abbreviation of ________?
USA has passed legislation allowing the government to actively monitor citizens in the name of:
Correct syntax is
Command that can immediately go to a page or any marked location within your document.
________ displays the document as it would appear if printed and is the default view.
Actions according to environment knowledge:
Which of the following language is related to functional paradigm.
If you are interested to search a query for a specific file type, you can include such ________ in the query.
Float CGPA=2.5; If (CGPA>=3.0) Cout<<"Give Scholarship"; Else Cout<<"Sorry you do not qualify for the Scholarship"; It will show output
how Instruction can be fetched from the main memory to CPU?
American throws away pieces of paper each year which is equal to:
What is the full form of ASP?
Table group is a part of ________ ribbon:
The default theme of MS-Word document is:
If a process is allowed to access memory cells outside its allotted area, it can ________ data being used by other process.
Each sound have a ________.
We can apply bullets from home ribbon group called:
Information available on the web is:
A pseudocode must have a consistent, concise notation for representing recurring ________ structures.
________ refers to functional paradigm.
A file's ________ is normally stored as a separate file on the same mass storage device as the ________.
________ tag only shows the particular pages related to it.
Non terminating expansions may also be a source of ________.
Select a course code for Objective Questions:
Select a course code for Subjective Questions: