CS101 FINAL Preparation Module 82 To 234 Mega File
CS101 FINAL Preparation Module 82 To 234 Mega File
i=1; while(1<=n):
f=f*I; i=i+1;
Independent
Dependent
Unambiguous
Ambiguous
1980
1990
1988
1984
Not
OR
Equal And
6- What does it mean for and Algorithm to be “unambiguous’ according to the formal definition of
computer Algorithms?
7- Which Keyboard is used in Python convention to announce the title of a pseudo-code unit
representing a program unit?
Subprogram
Def
Module
Unit
8- what is the role of getting your foot in the door in the problem solving process?
9- What technique is used by spam filters to distinguish between describe email and spam?
Firewalling
Learning through a training process
Spoofing
Proxying
10- What does the prevention of electronic Crime ordiance2007, in Pakistan aim to address?
G. Paimer
G. Pascal
G. Pollock
G. Polya
12. What are tree activities involves in the control of a loop structure?
Diana
Alex
Fred
Carol
(A)Procedural paradigms
(B)Non-traditional paradigms
(C)Non-procedural paradigms
(D) Traditional Paradigms
15- What is the primary goal of the Sequential search algorithms?
16- How many times will the loop in the example below execute?
Int counter=1:
While (counter<=5)
Count<<counter;
Counter=counter+2;
(A)3 times
(B)5 times
(C)6 times
(D)4 times
17- Float CGPA=3.5; if(CGPA>3.0) count<<’Give Scholarship”; Else count<<Sorry You do not qualify
for the Scholarship:”, it will show
18- If(TargetValue==TestEntry);
(A)Assignment Operator
(B)Expression
(C)Equal to Operator
(D)Conditional loop
23-In the provided pseudo code what is the role of the “Current” variable?
Assignment statement
control statement
Division
Modulus
29. In the Java programing language what is the equivalent term for an “activation” in the context
of concurrent processing?
(A)Thread
(B)Operation
(C)Task
(D)Function
30- In the declarative paradigm, what does a programmer focus on when presented with a
problem?
(A)Contract
(B)Certificate
(C)Antivirus
(D)Security
33. in the context of the provided pseudocode. What is the purpose of the statement “Count=3” Def
Greeting ():
Count=3 while(count>0):
Print(‘Hello’) count=count-1
(A)Multiple
(B)Single
(C)None of these
(D)Exact two cores
36-Which organization have adopted and published standard for popular programing
language to address the lack of agreement on language definition?
(A)Complier Writers Association
(B) American National Standard institute(ANSI) and international Organization for standard
(ISO)
(C) Programing language
(D)International Compiler Consortium
37- There are ____ iteration in following pseudo code
def Findfactoriala(): fact=2 i=1;
While(i<=7) fact=fact*I;
i=i+1;
5
2
7
3
38- What might be true about the value of finding a related problem Solving?
39. What kind of server works as an intermediate between the client and server?
Client server
Proxy server
Super server
Server computer
40. What condition triggers the termination of the sequential search algorithm as a failure on the
ordered lists of names?
List is empty
Equality of TargetValue and TestEntry
TestEntry is smaller than TargetValue
Reaching a name greater than target name
41. Which of the following terms refers to the process in which a small request in initially made and
detail solution in share later?
(A)Low balling
(B)High balling
(C)Foot in the door technique
(D)Door in the face technique
43. In the context of a loop structure which part is called the body of loop?
44. In the Algorithm representation what does the term ‘syntax” refer to in the context of
primitives?
45. For controlling vandalism over network connections a primary prevention technique to filter out
the traffic passing through a point is
Proxy server
Firewall
Antivirus Software
Auditing Software
47. Which of the semantic structure is used in algorithms for making decisions based on condition?
Loop Structure
Assignments Statements
Iterative structure
Selection Structures
48. What is the key of assigning precise definition to primitives that are used in algorithms
representation?
49. How does the termination condition relate to the while statement in pseudocode?
Iteration
Value
Condition
Sequence
51- What term do computer scientists use to capture the idea of an algorithm being executable?
Ambiguous
Random
Parallel
Effective
52-What approach does the imperative paradigm uses for the programing process?
53.. Let a unsorted list Fred, Alex, Diana, Byron, Carol so which one will be sorted at the first?
Diana
Alex
Fred
Carols
54.How many comparisons to sort the elements using insertion sort algorithm?
13,10,9,6,33,100
5
7
9
3
Natural Landscapes
Physical Objects
Ambiguous Language
Well Defined primitives
58. what is the primary role of the control process in a loop structure?
59. How many iterations are required to find 88 in the following Array?
{5,6,77,88,99}
2
3
4
1
(A)Condition
(B)Total number of code line
(C)Function definition
(D)Body
61- In ___________ paradigm, task of programmer is to loop a precise problem statement rather than
designing an algorithm for solving the program
(A)Imperative
(B)Declarative
(C)Object oriented
(D)Functional
(A)Consistency
(B)Cost
(C)Accuracy
(D)Time
63- In the Context of the provided pseudocode, what is the purpose of the statement Count=Count-1?
Count=3 while(count>0):
Print(‘Hello’) count=count-1
64- If while(i<n) the loop will keep executing until ’i’ remains
(A)Less than N
(B)Greater than and equal than n
(C)Less than or equal than n
(D)Equal to in
65. Which of the following is the correct Syntax for conditional statement?
67. What is a correct expression for finding factorial where f=1 , i=1; while(i<=n)?
(A)F=f*n
(B)F=f-n
(C)F=f+n
(C)F=f2n
68.In what case both the print statement will be executed in the following code?
If(marks>60)
print(You have passed the exam)
Else
69- What is the significance of the statement f=f*I in each iteration of the loop in the given
pseudocode?
. f=1 i=1;
while(1<=n):
f=f*I; i=i+1;
71-In what case both the print statement will be executed in the following code?
Marks=60
If(marks>50)
While (temperature>0):
Turn on heater
Else
Statement B
Condition
Statement A
74.What distinguishes the declarative paradigm from the impetrative program in programming?
75-in the context of program development, what is the goal of finding a general algorithm?
HTML5
HTML
HTTPR
HTTPS
77. Which of the following is responsible for maintaining the anonymity of the actual client from the
server over the internet?
Routers
Proxy Server
Spam Filters
Firewall
79-Under________ paradigm a program is viewed is an entity that accepts inputs and produce
output.
Declarative
Imperative
Functional
Object Oriented
==
!=
%=
>=
Statics way
Dynamic ways
Informal way
formal Way
82-Which of the following informal example illustrates the concept of repeated execution of the
statement?
Interpreter
Assembler
Debugger
Compiler
.
/
%
>
85. Which one of the following is correct for the symbolic representative of primitives?
Abstract
Semantic
Syntax
Systematic
if(CGPA>3.0)
count<<’Give Scholarship”;
Else
count<<Sorry You do not qualify for the
Scholarship:”,
Validation
Verification
Modularity
Requirement gathering
It occurred in Texas
It resulted a man death
The software was believed to be correct
There was a technical issue in the software
89. In the declarative paradigm, what does a programmer focus on when presented with a problem?
90-Which is the correct format to find out a value from any given list?
Search <>
() Search
Search ()
To search
91. Which one of the following is the traditional approach of programing process?
92-A program logic written in an ordinary language illustrating a structure similar to computer
instruction is known as ____
Algorithms
Flowcharts
Programs
Pseudo code
93- What will be the output of the following statement? int a = 10 + 4.867;
14
10
Computer error
14.867
94-Which Programing Language was developing for scientist and engineering application?
Machine Language
FORTRAN
Assembly Language
COBOL
96. what is the primary purpose of the pseudo code unit represented by the statement “ def name():?
To print a Message
Thread
task
function
Method
101. In the context of the insertion sort algorithm, what is the restriction imposed on
sorting a list?
102. If The condition in the if else structure is false what function will be executed based on the
following pseudocode example?
if(condition): Processional ()
Else:
Reject Application ()
(A)None
(B)Process loan ()
(C) Both
(D)Reject Application)
(A)A Variable
(B) A constant
(C)A function
(D)A keyboard
104. what is the primary focus of pseudo code in the context of algorithm development?
Algorithmic Complexity
Syntax- Semantic Structure
intuitive Notational Systems
Formal programing language
105- Which of the following Symbol is used at the end of the line to separate statement in many
imperatives language
(A)*
(B) ;
(C) ,
(D) .
105. For Sequential Search Algorithm technique, it is________ to be list as sorted in alphabetic order
in case of names list.
Optional
Mandatory
Sometimes mandatory
Not mandatory
Tremendous
Static
Abstract
Dynamic
108-How many times will the loop in the example below execute?
Int counter=1
while(counter<=5)
{
Cout<<counter;
Counter=counter+2;
}
5 times
4 times
3 times
6 times
109- ________ refers data items that can take on only value true or false?
Char
Float
Boolean
Int
110- What is the key characteristic of an algorithm according to the formal definition provided in
the text?
Parallel Processing
Order and excitability
Repetition
Ambiguity
111-The issue known as _______ might occur if rolling back one transaction affects others and cause a
(A)chain reaction:
(B)Cascading rollback
(C)transaction failure
(D)deadlock
(D)transaction inconsistency
112- A car making factory makes car for their client. In factory design Pattern, Factory is
considering as:
(A)Character
(B)Abstraction
(C)Instance
(D)class
113- Operation that are only partially completed in commercial system might lead to _________
information in the database. (A)Valid
(B)incomplete
(C)verified
(D)Accurate
114-During the implementation phase of software engineering what task is typically performed?
(A)System analysis
(B)Requirements gathering
(C)writing program
(D)creating modular design
(A)Stack (B)Array
(C)organization chart
(D)graph
119-Triples that have attractive A less than attribute X in relation B are include in the result for the
condition________
(A) A.W=B.X
(B)A.W? >=B.X
(C)A.W>B.X
(D)A.W<B.X
120-How do software engineers often describe the relationship between requirements analysis and
design?
(A)Both are focused on what
(B)requirement Analysis is about how and design is about what
(C)requirement Analysis is about how and design is about why
(D)Both are focused on how
123-There we found that a register called a ______ is used to hold the address of the next instruction to be
executed.
(A)stack pointer
(B)program counter
(C)Data pointer
(D)timer register
125- Which of the following is correct option about information hiding in software development.
127-which organization play a role in improving profession and establishing standards for software quality
control?
(A)UNESCO, WHO, and WTO
(B)ISO,IEEE and ACM
(C)NATO, IMF and UNICFF
(D)NASA, NSA and CIA
128-Accuracy can be archived with the help of testing the result of ___________ in the entire development
process.
(A)Every line of code
(B)Each intermediate step
(C)last step
(D)Few Steps
129-What was the initial focus in the early years of computing regarding software quality?
(A)Debugging process
(B)Software Engineering processed
(C)Certification programs
(D)Software analysis
130. In a tree, what is the term of nodes at the other extreme, often called leaf nodes?
(A)Terminal Nodes
(B)Root Nodes
(C)Internal nodes (D)Parent
Nodes
131-which of the Following is the three step software development Process, incorporating testing?
(A)Requirements analysis and confirmation, design and validation, and implementation and testing
(B)Requirements analysis, design and implement
(C)Debugging, Software requirements specification, and implementation
(D)Debugging, validation, and confirmation
134- The format in which information is displayed by spreadsheet program is similar to the format used in
the _________
(A)Hierarchical model
(B)Relational model
(C)object- oriented model
(D)Network model
135- What is a Stack in the Context of data Structures?
(A)A list with entries inserted and removed only at the head
(B)A list with entries removed only at the tail
(C)A list of sounds recorded on a CD
(D)A list with entries arranged sequentially
136-A typically database application involves two major layer the application layer and the
___________ management layer.
(A)Scheme
(B)data base
(C)user
(D)data
151-A ________ is a description of the entire database structure that is used by the database.
(A)Schema
(B)subschema
(C)super schema
(D)nonschema
152-_________ is a phase that makes distinction between the task of as software Analyst a programmer:
(A)Analysis
(B)testing
(C)implementation
(D)design
153-The node at the top is called ____________ node:
(A)siblings
(B)root
(C)terminal
(D)head
154- How do we refers to nodes that have the same parent in a tree?
(A)Ancestors
(B)Descendants
(C)children
(D)siblings
155- _________ is the field of engineering that deals with designing system’s interface by considering
(A)the human physical abilities.
(B)Thermo dynamics
(C)Ergonomics
(D)Cognatic
156-What is the approach called when prototypes are discarded in favor of fresh implementation of the
final design ?
(A)Incremental prototyping
(B)Evolutionary prototyping
(C)Throwaway prototyping
(D)Rapid prototyping
157-Retrieving an employing’s job history in an object- oriented database involves asking them _______ to
reports its job history .
(A)Manager
(B)DBMS
(C)network
(D)employee object
159- Which is the significance of computer- Aided software engineering(CASE) tools in the software
development process?
(A)They focus solely on theoretical research
(B)They hinder progress tracking
(C)They discourage collaboration among teams
(D)They streams and simply various aspects of development
160-If a transaction request access to an item that is already locked with an exclusive lock____________
(A)The additional access is denied
(B)The lock is shared with the requesting transaction
(C)the transaction us rolled back
(D)the request is granted immediately
(A)Roll back
(B)commit point
(C)Schema
(D)snapshot
164-Which intermodule coupling occurs when a module passes control of execution to another, as in a
function call?
(A)Logical coupling
(B)none of given
(C)data coupling
(D)control coupling
165- _____________ is the field of engineering that deals that deals with designing system interface by
considering the human’s mental abilities.
(A)genetics
(B)cognetics
(C)thermodynamics
(D)Ergonomics
167- interior feature of the system can be ignored by the programmer / use the abstraction technique is
also called_______
(A)Cohesion
(B)Coupling
(C)assembling
(D)black box
168-Which phase provides a road map for during project planning?
(A)Coding
(B)software Design
(C)testing
(D)system analysis
(A)Tail
(B)bob
(C)head
(D)devon
170- Operations that are only partially in completed in commercial system might lead to________
information in the databased.
(A)incomplete
(B)Verified
(C)Accurate
(D)Valid
(A)Standards
(B)software
(C)queries
(D)Hardware
173- Interior Feature of the system can be ignored by programmer/ user, this abstraction technique is also
called:
(A)Cohesion
(B)couple
(C)black box
(D)Assembling
174- A module should be designed so that other modules do not need access to its access to internal
information, this is called:
(A)Information access
(B)cohesion
(C)information hiding
(D)coupling
178- In the insert Tab of Microsoft word where specially where specially is the page group location?
(A) Fr right
(B) For left
(C)Center
(D) Bottom left
180- The choose a bulleting or numbering style in MS word, which one of the following option is
correct?
(A)By clicking the “Save” Button
(B) it not possible to change the Style
(C)You can select the one u prefer to use
(D) By Applying the “Bold” formatting option
181- A rapidly subject that is closely associated with databased technology is_________ which consist
of techniques for discovering pattern in collection of data
(A) Opening mining
(B) text mining
(C) Sentiment analysis
(D)data mining
182- A file’s _________ is normally stored as a separate file on the same mass storage device as the
_____.
(A)Index, indexed file
(B) flat, flat file
(C)database, database file
(D) Sequential, sequential file
183- In Microsoft word what is the goal behind placing commands with in groups and table?
(A) To minimize the number of mouse
(B) to hide command from users
(C) to discourage software usages
(D) to confuse users
184- Which risk category primarily deals with threats like online scamming and identity theft?
(A) Contact Risk
(B) Information Privacy
(C) Electronic Theft
(D) Online marketing
185- In Microsoft Word, which ribbon tab is used to access the hyperlink function?
(A) Home
(B)Insert
(C)Home
(D)Format
(A)Hash Function
(B)sorting function
(C)search function
(D)retrieval function
188- Each statement in natural language can have:
(D) Alt +p
193- The classic employee file uses _ to contain information about a single a Single employee in
the company:
(A) records
(B) keys
(C)buckets
(D) hash function
194- generally the Footer feature is used for presenting _________ in an MS word Documents?
(A)Paragraph heading
(B)Picture caption
(C) page numbers
(D) Documents body
197- In Microsoft word, which of the following is Not a category available for page in the page
group under the insert tab?
(A)Black Page
(B)Paragraph page
(C) Cover Page
(D)Page Break
198- What is the initial Step to inset a picture from a file into word documents?
(A) Click on shapes
(B) Click on Pictures in illusions
(C)Click on Smart Art Button
(D) click on Cycle in the Left Pane.
199- ____ begin the paragraph with a large letter that spills down into the text:
(A)Word art
(B)text box
(C) Quick parts
(D)Drop cap
200- Which feature allows you to write mathematical or scientific formula using insert Ribbon In MS
Word?
(A) mathlab
(B)mathbox
(C)Sciencelab
(D)Equation
202- How can you input text into a table cell in Microsoft Word?
204- In MS word which Group Contain the header and Footer feature?
(A) Text Group
(B) page group
(C)Header & footer group
(D) symbol group
205- Which of the following is often integrated with content filter in the context of the internet?
(A)Antivirus Software
(B) Internet Firewalls
(C) Search Engines
(D) Email servers
206- Act that Mandates about financial institute dealing with the private information of individuals
(A) HPPA
(B) COPPA
(C) Gramm-Leach-Billey
(D) FCPA
207- What are the groups available under the insert tab in Microsoft Word?
(A)Media, Group, Link Research Group
(B)pages Group, illustrations Group Index Group
(C) Page Group, tablets Group Footnotes Group
(D) Page Group Tables Group, Illustration Group
209-In Microsoft Word What is the Goal Behind placing command with in groups tabs?
(A) To Discourage software usage
(B)To hide commands from user
(C) To confuse user
(D)To minimize the number of mouse clicks
210-In MS word format pointer is in the group of _______
(A) Clipboard
(B)Design
(C)Font
(D)Insert
213- Which of the following is the correct reason why parents choose to use Parental controls on
digital devices for their children?
(A)To facilitate late- night phone checking
(B) To promote responsible and disciplined technology using
(C) To engage in arguments with their children
(D) To encourage more screen time
216- A ___________ is a file that is accessed in a serial manner from its beginning to its end as though
the information in the file were arranged in one long row.
(A)flat file
(B)index file
(C) data base
(D) sequence file
217- ________ Begin the paragraph with a large letter spills down into text
(A) Text Box
(B) Drop Cap
(C) Quick Parts
(D) Word Art
218- In Hash file, the key used to identify an employee’s record is the________
(A) Departments
(B)Employee position
(C)Name
(D)identification number
219- Design ribbon can have:
(A)Page border
(B)Shapes
(C)Ward art
(D)Symbols
220- Requiring certain degree of uniformity of the style size and orientation of Symbol is a(n):
(A)Advantage
(B)Disadvantage
(C)Ambiguity
(D)Fast processing
221-In MS word short cut key of bold is _____
(A) Ctrl + b
(B)Ctrl + v
(C)Click the undo button
(D) Alt +p
222- When editing a documents in MS word what advantage does the find and replace feature
provide:
(A) Automatic spell checking
(B)Auto saving functionality
(C) Time saving by avoiding manual search
(D) Font customization options
223- When we draw a table in MS word the table have initial Colum(s)
(A) Two
(B)Zero
(C)One
(D)Multiple
227- Requiring certain degree of uniformity of the style, size and orientation of symbols is a(n) (
A) disadvantage
(B)Advantage
(C)Fast processing
(D)Ambiguity
228-Information Technology has ___________ overarching standardization in place:
(A)No
(B)Old
(C)Complex
(D) Multiple
230- In Microsoft word what is the purpose of entering a word or phrase while adding a hyperlink:
(A) Inserting a table
(B) Displaying the hyperlink text
(C)Changing font style
(D)Creating a new paragraph
231- In Microsoft Word, what is the purpose of the "Go to" command under the Find command?
(A) To select all text in the document
(B)to Select text with similar formatting
(C) To immediately go to a page section o marked location
(D) to Select hidden shapes behind text
232- The Arrange Group is placed on the ________ ribbon in MS word.
(A)Reference
(B) Review
(C) Layout
(D) Home
235- In MS word short cut key to select the whole the txt in a documents is ________
(A) Alt +w
(B) Alt +a
(C)Ctrl + a
(D) Ctrl + w
236-
240- In Microsoft Word what is the purpose of entering a word a phase while adding a hyperlink? (A)
(A)Creating a new paragraph
(B)Inserting a table
(C)changing font style
(D) Displaying the hyperlink text
241- Which of the following features to add the top margin on the page in MS word?
(A)Header
(B)footer
(C)comments
(D)text box
242- 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?
(A)Superscript
(B)Font size
(C)Case
(D)Subscript
243- In Microsoft word 2007, category of illustration allows the inclusion of media files like sound
and video clips?
(A)Clip art
(B) shapes
(C) pictures
(D)canvas
244- Theoretical track is a part of:
(A) Amplifying
(B) Ai domain
(C) Declarative knowledge
(D) Ai response
245- What are the groups available under the insult tab in Microsoft Word?
(A) Page group, illustration group index group
(B) Page Group tables group footnotes group
(C)Page Group, Tablets Group, illustration Group
(D)Media Group, Links Group, Research group
246- if we want to link two sentence of a same document we generally use:
(A) Hyperlink
(B)Cross reference
(C)Reference
(D)Bookmark
247-USA has passed legislation allowing The government to actually monitor citizens in the name of:
(A)National Security
(B) National ethics
(C) Data ethics
(D) Data Security
253- Command that can immediately go to a page or any marked location with your document:
(A) go to
(B) format
(C)search
(D)ribbon
254- The index in an indexed file helps in locating records by ________
(A) Storing data redundantly
(B)finding the identify key
(C)sorting all entries
(D) arranging records sequentially
255- A track that leads to a simulation oriented mythology:
(A)Intelligent
(B) Proper
(C) Engineering
(D)Theoretical
263- In MS word which group should the user select to perform the cut operation?
(A)Voice
(B)paragraph
(C)Style
(D) Clipboard
264- An index for a file contain a list of _______________ stored in the file.
(A) directory path
(B)keys
(C)data type
(D)file names
265- Procedural knowledge is learning:
(A)”How”
(B)”When”
(C)”what”
(D)”slowly”
266- Usual way of protecting software is:
(A) patent
(B)copy right
(C)Rules
(D)company monogram
271- In MS word, which of the following features is not available in the “Text” group of the ”insert”
ribbon.
(A)crop cap
(B)symbol
(C) Word Art
(D)text box
272- we can add charts in MS word from Group:
(A)Symbols
(B)Table
(C)Illustrations
(D) Apps
273- which Tab should you access to manage the overall design and loyal of a table in Microsoft
Word?
(A)Table Layout
(B) Insert Table
(C) Table view
(D)Table Design
274- The field of linguistic tends towards which direction:
(A)Engineering
(B)Ai
(C)theoretical
(D) business
275- In MS word, you can insert text with special styles using the Word Art command
available in the ______ group of insert Ribbon.
(A)Design
(B)Illustration
(C)styles
(D) text
276- The index for a file is usually stored ________
(A)with the Ram
(B)As a separate file on the same device
(C) as a part of the main file
(D)separately on a different device
277- In MS word we can increase the size of text from home ribbon group called_________
(A)style
(B) Paragraph
(C)Clipboard
(D)font
278- The fifth group in the home ribbon is the:
(A)Editing
(B)Help
(C)Style
(D)Insert
279- In MS word different Type of effect on the text can be applied with:
(A) word art
(B) quick parts
(C) All of given
(D) text Box
280- In Hash file , of a disproportionate number of key happen to hash to the same bucket it may
cause_______
(A) Clustering
(B) ever distribution
(C)faster search
(D) efficient retrieval
281- What does Microsoft word generally insert a black page automatically?
(A)when open the documents
(B)when saving the document
(C) while typing
(D) when applying formatting
282- in Microsoft word which button are part of quick access toolbar by default?
(A)Save undo, redo/repeat quick print
(B)Bold Italic underline
(C)Copy, Paste , cut
(D) Print close open
283- Which feature is available in the arrange group under the layout in MS word?
(A)File
(B)writing
(C)Arrangement
(D)Send backward
s
284- In MS word, what is the Location that is used to Temporary State the information that has been
cut from somewhere?
(A) Clipboard
(B) Drop down menu
(C)Home tab
(D) ROM
287- Act that ranges government on wire taps to include transmission of data is:
(A) ECPA
(B) HIPPA
(C)Gramm-Leach-Billey
(D)COPPA
288- Which Group of Commands in Microsoft words includes Find, replace, and Select?
(A)Formatting group
(B)Editing group
(C) Insert group
(D)View group
(A)A and B
(B)A, B and C
(C)A only
(D) B and C
293- One way to identify the ECF is by Placing a special record known as a _______ at the end of the
file.
(A) Marker
(B) Terminator
(C)Pointer
(D) Sentinel
294- What is the primary purpose of content filtering in Firewall?
(A)Enhancing access to all content
(B) Allowing access to harmful items
(C)Maintain anonymity of local machine
(D)Preventing access to harmful item
295- Which one of the following acts as a security guard between the internet and your local area
network?
(A) System security
(B) Firewall
(C)Internet
(D) Network Security
296- Can-Spam act applies in:
(A)UK
(B) UAE
(C)Canada
(D)US
297- The style group in the home ribbon in this
(A) fifth group
(B)fourth group
(C) Second group
(D) third group
299- In Microsoft Word which feature allows you to change a specific word or phrase throughout the
entire document effortlessly?
(A)Find and replace
(B) Spell check
(C) Format Pointer
(D) Select All
300- In Microsoft word which group under the insert tab is primarily used to create links with the
documents or to external source?
(A) text
(B) page
(C)links
(D)symbols
301- A mark or any other distinctive sign associated with production is called:
(A)Trademark
(B)Copyright
(C)company monogram
(D)patent
301- Computer security is also known as ______________
(A)copyright
(B)cyber security
(C) Firewall security
(D) Privacy
302- Data mining is practiced on __________ data collection called data ware houses.
(A)forceful
(B)dynamic
(C) vibrant
(D)static
303- People are working in sitting due to computer and thus have more chance to develop____
(A) thinking
(B) Obesity
(C) creativity
(D)Harmful Habits
304-nformation that was once buried in arcane records has become accessible because of?
(A)Database
(B)Online management
(C)Artificial intelligence
(D)Computer
305-What actions or functionalities are triggered when the "Insert Table" option located
within the Insert tab is clicked?
(A)A new table is inserted at the current cursor position.
(B)A dialog box appears asking for table dimensions.
(C)A table design window opens for customization.
(D)The document closes without saving changes.
307-In Microsoft Word, what does the user need to click to access the Numbering Library?
(A)Numbering button
(B)Numbering tab
(C)Paragraph tab
(D)Numbering group
308-Which tab should you access to manage the overall design and layout of a table in
Microsoft Word?
(A)Table Layout
(B)Insert Table
(C)Table Design
(D)Table view
310-One method that got on social media is the idea of a parent/child cell phone
(A)Contract
(B)Privacy
(C)Limitation
(D)Usage
311- Copyright can be applied on:
(A)Artistic work
(B)All of these
(C)Music
(D)Dramatic works
(A)Belgian robot
(B)MED robot
(C)TUG robot
(D)Smart Doc
(A)Inserting images
(B)Creating tables
(C)Applying formatting options to text
(D) Spell checking
314-Which feature of MS Word offers to create special effects like adding artistic flair to a
text"?
(A)SmartArt
(B)Drop Cap
(C)WordArt
(D)Text Box
315-In Microsoft Word, what function does the Blank Page option in the Insert tab serve?
(A)Insert a table.
(B)Add a new page anywhere in the document.
(C)Create a cover page.
(D)Insert a header/footer.
317- ________ are ideal for storing data that will be processed in the order in which the file’s entries
are stored.
(A)Index files
(B)Sequential files
(C)Flat files
(D)Database files
318-________ are ideal for storing data that will be processed in the order in which the file’s
which part of the world, spam-law requirements are generally less strict?
(A)Australia
(B)Africa, Asia, and South America
(C)North America
(D)Europe
319-Meaning of a statement in natural language depends on its: .Choose the right answer:
(A)Grammar
(B)Formatting
(C)Style
(D)Context
320-In Microsoft Word, how can you access the table option in Microsoft Word?
(A)Gaming addiction
(B)Cyber bullying
(C)Identity theft
(D)Terrorism
-
322- Correct Answer is C: Debugging process
323- Correct Answer is C: They Streamline and simplify various aspects of development
324- Correct Answer is B: Data Storage
325-Correct answer is B: A pre-developed model for solving recurring software problem
326- Correct answer is D: Software Design
(A)Format Tab
(B)Insert tab
(C)Command tab
(D)Edit tab
414- What are the attributes used to change the size of an image?
416-Use the Unordered List button in the Property Inspector to create _______
(A)Numbered List
(B)a bulleted list
(C)Sequential numbers List
(D)None of the above
416-What is the use of the <b> tag?
(A)It is used to change the font size.
(B)None of the above.
(C)It is used to write black-colored font.
(D)It converts the text within it to bold font.
(A)XML
(B)CSS
(C)All of the Above
(D)HTML
428-Elements such as tables, queries, forms and reports in a database are called ______
(A)Objects
(B)Datasheets
(C)Data types
(D)Records
429-How many basic types of queries are used to manipulate the databases____
(A)3
(B)2
(C)4
(D)None of the Above
430-An Access database object that is used to enter, view or edit records
(A)Report
(B)Form
(C)Table
(D)Query
431-ool that allows users to manage, store, retrieve and analyze the information. _________
(A)Record
(B)Database management system (DBMS)
(C)Query
(D)Field
437-________ Tab helps you to provide a quick and easy way to create tables, forms, reports and
queries.
(A)External Data
(B)Datasheet
(C)Database Tools
(D)Create
440-________ Tab is used to import, export, collect and share data between different databases.
(A)Datasheet
(B)External Data
(C)Create
(D)Database Tools
442-Organized collection of data or information that can be accessed, updated, and managed is called
_______
(A)None of the above
(B)DBMS
(C)File
(D)Database
444- ________ allows you to manipulate data in a worksheet based on a given set
of criteria.
(A)Sorting and Filtering
(B)Formatting
447-…………. of data lets you hide unimportant data and show only that data
you’re interested in.
(A)Sorting
(B)Restricting
(C)Alignment
(D)Filtering
449_In MS Excel two or more cells can be combined to create a new, single and
larger cell by using ............. option.
(A)Wrap
(B)Merge
(C)Filter
(D)Pivot
453-What is the formula to find Finds the minimum value within a range
(A)Minimum
(B)Lowest
(C)Min
(D)Low
457-The area which falls at the intersection of a column and a row is known as:
(A)Cell
(B)Formula Bar
(C)Ribbon
(D)Name Box
459-Which of the following fill effects can be used to fill the background of the
slide?
(A)Gradient
(B)Texture
(C)Picture
(C)All of the above
462-What happens if you select first and second slide and then click on New
Slide button on toolbar?
(A)A new slide is inserted as third slide in presentation
(B)None of above
(C)A new slide is inserted as first slide in presentation
(D)A new slide is inserted as second slide in presentation
463-What are the three options available in Insert >> Picture menu in Power
Point?
(A)Clipart, Pictures, Shapes
(B)Clipart, Pictures, AutoShapes
(C)Clipart, From Files, AutoShapes
(D)Clipart, From File, Shapes
465-In which bar we can see the current position of the slide?
(A)Ribbon
(B)Status bar
(C)Title bar
(D)View option bar
466-The minimum zoom size in MS PowerPoint is ____
(A)100
(B)10
(C)30
(D)0
467- What’s the best way to design the layout for your slides?
(A)Create layouts for slides, handouts and notes using the Master Layout dialog
box in slide master view
(B)Apply templates from the Slide Design task pane
(C)None of above
(D)For each new slide, select a layout from the Slide Layout task pane
468- Which of the following is the default page set-up orientation for notes
pages, outlines and handouts?
(A)Landscape
(B)All of these
(C)Portrait
(D)Vertical
469-In slide layout panel, how many layouts are available for text layout by
default?
(A)7
(B)1
(C)4
(D)12
472-Which command will you use in PowerPoint if you need to change the color
of different objects without changing content?
(A)Color Scheme
(B)Object Color
(C)Design Template
(D)Font Color
477- n PowerPoint, the header and footer button can be found on the insert tab
in what group?
(A)Object group
(B)Text group
(C)Tables group
(D)Illustrations group
480- Suppose you are asked to review the corrections made using the Track
Change function by your supervisor, however, the changes are not visible. How
can you view the changes he made?
(A)You can view the changes by changing the Display for Review value to All
Markup.
(B)There are no track changes made to this document.
(C)You can view the changes by selecting Show Markup in the Tracking group.
(D)You can view the changes by switching on track changes by clicking on the
Track Changes button in the Tracking group.
481- The ribbon in Word 2007 consists of a series of?
(A)Gates
(B)Icons
(C)Tabs
(D)Smaller ribbons
482- What action do you need to take to switch off track changes?
(A)Under the Review tab on the Ribbon, in the Changes group, click on the Accept
button to switch track changes off.
(C)Under the Review tab on the Ribbon, in the Tracking group, click on the Track
Changes button to switch track changes off.
(D)Under the Review tab on the Ribbon, in the Tracking group, click on the Show
Markup button to switch track changes off.
483- How can you easily and consistently navigate between track changes in a
document?
(A)Use the scrolling wheel on your mouse and look out for changes made in red in a document.
(B)Click on the Show Markup button in the Tracking group to navigate between track changes in a
document.
(C)All of the options listed above are correct.
(D)In the Changes group, use the Previous and Next buttons to navigate between track changes in a
document.
484- To block another user from switching off track changes in a document,
what function should you enable?
(A)All of the options listed above are correct.
(B)No function is necessary, once Track Changes is switched on, they cannot be stopped unless all
changes are accepted.
(C)The Lock Tracking option, which is located under the Track Changes button, will discourage users
from switching off track changes.
(D)Activate the Reviewing Pane in the Tracking group. This will prevent other users from switching off
the track changes function.
485- How can you easily and consistently navigate between track changes in a
document?
(A)In the Changes group, use the Previous and Next buttons to navigate between track changes in a
document.
(B) Click on the Show Markup button in the Tracking group to navigate between track changes in a
document.
(C)Use the scrolling wheel on your mouse and look out for changes made in red in a document.
(D)All of the options listed above are correct.
486- How do you permanently apply all the edits that were made in track changes, to a document?
(A)Right-click the document and select Apply Track Changes and Stop Tracking from the list to accept all
the changes in a document.
(B)Click on the dropdown arrow below the Accept button in the Changes group and select Accept All
Changes.
(C)Click on the Track Changes button in the Tracking group to accept all changes in a document and to
stop tracking changes.
(D)In the Display for Review box in the Tracking group, select No Markup to accept all the changes in a
document.
487- What action do you need to take to switch off track changes?
(A)Under the Review tab on the Ribbon, in the Tracking group, click on the Track Changes button to
switch track changes off.
(B)None of the options listed above are correct.
(C)Under the Review tab on the Ribbon, in the Tracking group, click on the Show Markup button to
switch track changes off.
(D)Under the Review tab on the Ribbon, in the Changes group, click on the Accept button to switch track
changes off.
488- To block another user from switching off track changes in a document,
what function should you enable?
(A)Activate the Reviewing Pane in the Tracking group. This will prevent other
users from switching off the track changes function.
(B)No function is necessary, once Track Changes is switched on, they cannot be
stopped unless all changes are accepted.
(C)All of the options listed above are correct.
(D)The Lock Tracking option, which is located under the Track Changes button,
will discourage users from switching off track changes.
489- Which Command Inserts a comment at the active cell?
(A) (Shift + F3)
(B) (Shift + F2)
(C) (Shift + F4)
(D) (Ctrl + F2)
490- You realized you made an error while creating your document. You used
the word “maroon” instead of “burgundy” in several places. What is the
quickest way for you to correct your mistake?
492- You have just completed your first novel. It's perfect but the publisher still
wants their editor to check it over and make any necessary corrections. You
reluctantly agree but you want final say over any changes. "Grammar is more of
an art than a science", you argue. But how can you review the editor's changes
in a 1500-page novel without missing any of those changes?
(A)Word count
(B)Find and replace
(C)Quick parts
(D)Track changes
493- How can you quickly delete ALL the comments made within a document at
once?
494- You realized you made an error while creating your document. You used
the word “maroon” instead of “burgundy” in several places. What is the
quickest way for you to correct your mistake?
(A)Use the Find and Replace feature.
(B)Click Ignore in the Spell Check and retype them manually.
(C)Use the Copy and Paste feature.
(D)Use the Cut and Paste feature.
495- Which would you choose to list Synonyms & Antonyms of a selected word?
(A) Insert, Cross-reference
(B)Tools, Options
(C)Tools, Spelling & Grammar
(D)Tools, Language
496- Which of the following drop down contains the commands: Set Proofing
Language and Language Preferences.
(A)Word Count
(B)Translate
(C)Language
(D)Thesaurus
497- Which of the following does not belong to Translate command in MS Word?
(A)Mini Translator
(B)Spell Check
(C)Translate Selected Text
(D)Translate Document
499- What is the name of the feature that allows us to take a step backward if
we've made a mistake?
(A)Redo
(B)Cancel
(C)Undo
(D)Backspace
501- How many margins are surrounded around the document page?
(A)Four (center, top, left and bottom)
(B)Two (landscape and portrait)
(C)Four (top, bottom, right and left)
(D)Two (header and footer)
502-Why are headers and footers used in documents?
(A)To mark large document more readable
(B)To mark the starting and ending of a page
(C)To allow page headers and footers to appear on a document when it is printed.
(D)To enhance the overall appearance of the document
https://chat.whatsapp.com/CU4hgl67nW0FcxZpKDSQhV