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