Вы находитесь на странице: 1из 92

Winner

A Take All
A Review Presented to
you by:
Business Technology
Department
Multiple Choice
QUESTION
The syntax was translated the entire
program into machine code before the
running the program.

A.interpreter C. compiler

B.converter D. translator
C. compiler
QUESTION
Which one doesn’t belong to
the hardware category?

A. stylus C. biometrics
B. speaker D. barcode reader
B. speaker
QUESTION
Edmar is a graphic designer, he plan to
print a large tarpaulin for the ads.
What printer will he
need to print it?

A. plotter C. laser printer


B. dot matrix D. ink-jet
A. plotter
QUESTION
Convert 5000mb into gb.

A. 5 gb C. 50 gb
B. 500 gb D. 0.5 gb
A. 5 gb
QUESTION
The operation of the call center was stopped
because the server was currently down.
Which one best describe the word server?
A. A small application that works within your
browser to display the certain types of
content
B. An application that lets you request and
send information on the Internet.
B. The main provider of Internet in a specific
area or location.
D. A computer that provides functionality for
other programs or device.
D. A computer that provides
functionality for other
programs or device.
QUESTION
Grade 10 students will work on their
research using Google Slides. What
button will the leader
need to click to collaborate?

A. export C. share
B. email D. explore
C. share
QUESTION
Which one is a cloud-
based storage?
A. Share It C. Instagram
B. Modem D. DropBox
D. DropBox
QUESTION
https:// www.draw.io

On the given url, which one is the


domain name?
A. www C. draw
B. https D. io
D. io
QUESTION
https:// www.draw.io

What is the .io?


A. indiana oceania C. indian ocean
B. india ocean D. indian oceania
C. indian ocean
QUESTION
Which of these statements is not
an evident of the procedures of
“cookies”?
A. Saving of domain names
B. Most visited keys
C. Most visited url
D. Saving of Username and password.
B. Most visited keys
QUESTION
He was credited for the
creation of world wide
web.

A. Paul Kleiner C. Tim Berners Lee


B. Baud Rate D. Paul Baran Rand
C. Tim Berners Lee
QUESTION
What does WWW of a webpage
address means?

A.World Wide Wait


B. World Wide Web
C. Web Wide World
D. Wide Web in World
B. World Wide Web
QUESTION
It was the first browser used in
the history.

A. netscape C. mosaic
B. aol D. chrome
C. mosaic
QUESTION
Lyndon was not satisfied on
his bandwidth therefore he
need to upgrade it.
Which of the following
describes the term
bandwidth?
CHOICES
A. It is the connection of
telephone to computer.
B. It is the maximum speed of the
internet connection.
C. It is the device that accepts
analog signal and converts into
digital signal.
D. It is the size of the file send
thru email.
B. It is the maximum
speed of the internet
connection.
QUESTION
Which of these links is an external
link?
A. <link rel="stylesheet"
type="text/css" href="mystyle.css">
B. <h1 style="color:blue;margin-
left:30px;">This is a heading</h1>
C. <style> body { background-color:
linen;} </style>}
A. <link rel="stylesheet"
type="text/css"
href="mystyle.css">
QUESTION
Which of these html tags has a
closed tag?

A. link C. anchor
B. br D. href
C. anchor
QUESTION
Inner most part of a box model.

A. border C. padding
B. div D. margin
C. padding
QUESTION
Div means what__________.

A. divide C. dividend
B. divisoria D. division
D. division
QUESTION
Example of a class id.
A. div#design1 C. #design1
B. div.design1 D. div
B. div.design1
QUESTION
A false example of font size -unit of
measurement.
A. 15 pt C. 15 px
B. 15 cm D. 15 em
B. 15 cm
QUESTION
Which one is not belong to the
property of font?

A. color C. style
B. family D. weight
A. color
QUESTION
As we diverted into a CSS from HTML
codes. What is the best benefit of CSS?

A. It intended to design the web


contents.
B. It intended to lessen web codes.
C. It intended to maximize the user-
friendliness of a website.
A. It intended to design
the web contents.
QUESTION
I want to create menu on my
website. What is the semantic tag
to be used?

A. aside C. header
B. section D. nav
D. nav
QUESTION
The <figcaption> is use to create
_________________.

A. illustration C. text for image


B. attribute D. link
C. text for image
QUESTION
Which programming expression
applied to current grading system
which resulted to failed?

A. grade>=75 C. grade > 75


B grade <=75 D. grade < 75
D. grade < 75
QUESTION
Convert 1000101011100 into Octal

A. 4444 C. 115C
B 10534 D. 10536
B 10534
QUESTION
The Hexadecimal DAB as
converted into octal is _______.

A. 6671 C. 6755
B 6625 D. 6653
D. 6653
QUESTION
The letter in the keyboard was
converted into binary. And the
computer uses the mechanism of
hexadecimal. Convert 10010111 into
hexadecimal.

A. 57 C. 97
B 157 D. 47
C. 97
IDENTIFY
QUESTION
It is a type of division that gets
the remainder
MOD
OR
MODULUS
QUESTION
What logical operator that when
one of the expressions is true will
be resulted to true?
OR
QUESTION
What flowchart symbol caters
mathematical operations?

A. connector C. process
B. terminator D. decision
C. process
QUESTION
What flowchart shape handles
variable?

A. pentagon C. rhombus
B. octagon D. hexagonal
D. hexagonal
QUESTION
Which of these contents doesn’t
suits the flowchart symbol of
rectangle?

A. a=b+y C. int x
B. z= 15.6 D. x=c+r
C. int x
QUESTION
Msgbox icon exclamation means
________.
A. restriction C. warning
B. stop D. information
C. warning
QUESTION
As an alternative to my game program,
I used a select case structure, what is
the syntax that resulted into a false
result of this condition?

A. case else C. select else


B. else D. elseIf
A. case else
QUESTION
What is the difference between an If
condition to a Select Case condition?
A. If statement can handle ranges
while the select case cannot.
B. Select case can be specific while the
If Statement cannot.
C. If statement can use OR & AND
operators while Select case cannot.
D. Select case specify strings data type
while the if statement cannot.
C. If statement can use OR
& AND operators while
Select case cannot.
QUESTION
Cajigas wanted to link the splash screen
to the next form. Which of the following
syntax is not
applicable for this procedure?

A. Dim F2 C. as new form2


B. F2.show D. Me.Show
D. Me.Show
QUESTION
Andrei is too eager to make a best splash screen
ever in his life. He is struggling in using
progressbar but then Gelai help him to make the
progress bar function well. What makes the
progress bar function?
A. increment the progressbar together with
timer
B. adjust the interval of the timer
C. on the form_load, allow the timer to start
D. allow the form to call the timer with
progressbar
A. increment the
progressbar together with
timer
QUESTION
Private Sub
cmdAgree_MouseHover() : Which
of the following is the property?

A. Private C. cmdAgree
B. Sub D. MouseHover
C. cmdAgree
QUESTION
Ej start debugging and one of the error
is” unknown identifier”. What is the
syntax error?
A. There is no identified process
on the program
B. Undeclared variables
C. Missing end if or end sub in the
program
B. Undeclared variables
QUESTION
Debug simply means
_______________.

A. Removing of errors
B. Removing of virus
C. Removing of infection
A. Removing of errors
QUESTION
What do you call to the term that
limit and confine the data and keys
to be entered?

A. data restriction
B. database management
C. data retrieval
D. data capacity
A. data restriction
QUESTION
Which of the following object
allows multiple selections?

A. combo box C. listbox


B. radio button D. checkbox
D. checkbox
QUESTION
It is very important to create a
registration in a system. Boss Fria
wanted to put a grade level
selection on his system. Which one
allows single selection only?

A. messageBox C. textbox
B. radio button D. checkbox
B. radio button

Вам также может понравиться