wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GEE Web Quiz

Total questions: 87

Worksheet time: 49mins

Name
Class
Date
1.

WWW stands for _____

a)

World wonder web

b)

World wide web

c)

Wonder wide web

d)

Windows wide web

2.

Each individual page of a website is called _________

a)

page

b)

web page

c)

web slide

d)

web data

3.

Which of the following is not a web browser

a)

Google chrome

b)

Mozilla firefox

c)

Internet Explorer

d)

MS Paint

4.

Which of these means web address?

a)

URL

b)

HTTPS

c)

Email

d)

HTML

5.

Which of the following is NOT a web browser.

a)

Clever

b)

Safari

c)

Firefox

d)

Chrome

6.

What does www stand for?

a)

World Wide Web

b)

Wonderful World of Windows

c)

Web World Wide

d)

Windows Wonderful Web

7.

The address bar (or URL bar) allows you to search the internet.

a)

True

b)

False

8.

Internet Explorer,Firefox, Safari and Chrome are all types of......

a)

Internet Looker

b)

Pages Searcher

c)

Search Engine

d)

Web Browser

9.

Is this a web browsers?

a)

yes

b)

no

10.

Is this a web browsers?

a)

yes

b)

no

11.

What is the function of web browsers?

a)

Accessing websites and the Internet

b)

Editing documents

c)

Sending emails

d)

Playing games online

12.

What is the significance of bookmarks?

a)

They allow you to save and organize specific websites for easy access

b)

They help you send messages to friends

c)

They allow you to watch videos online

d)

They help you create spreadsheets

13.

What is the role of navigation buttons?

a)

They allow you to order food online

b)

They help you write code

c)

They help you make phone calls

d)

They allow you to move through websites you've recently viewed

14.

What are URLs used for?

a)

Shopping online

b)

Playing music

c)

Accessing websites

d)

Reading books

15.

How can you open a link in a new tab?

a)

Click and hold the link

b)

Double-click the link

c)

Right-click the link and select Open link in new tab

d)

Press the Enter key

16.

What is the purpose of history in a web browser?

a)

To play online games

b)

To listen to music

c)

To keep a record of every site you visit

d)

To watch movies

17.

How do web browsers help in online shopping?

a)

By allowing users to access online shopping websites

b)

By sending emails

c)

By playing music

d)

By creating spreadsheets

18.

What is the function of the address bar in a web browser?

a)

To search for specific websites

b)

To watch videos online

c)

To order food online

d)

To make phone calls

19.

What is the function of a web browser's back button?

a)

To order food online

b)

To navigate to previously viewed web pages

c)

To send emails

d)

To play online games

20.

How do bookmarks help in web browsing?

a)

By allowing users to save and organize specific websites for easy access

b)

By sending messages to friends

c)

By playing music online

d)

By editing documents

21.

A (a)   is something you click to go to another website

22.

This is an application for accessing websites on the internet

(a)  

23.

What is the first search engine?

a)

Google

b)

Archie

c)

Bing

d)

Yahoo!

24.

What is the commonly used search engine?

a)

Yahoo!

b)

Google

c)

Bing

d)

Archie

25.

Who Founded Archie?

a)

Sergey Brin

b)

Jerry Yang

c)

Alan Emtage

d)

David Filo

26.

A software program that helps people find information online

(a)  

27.

What is the significance of the home button in a web browser?

a)

To navigate to the main page of a website

b)

To order food online

c)

To send emails

d)

To play online games

28.

When a client requests a web page, what software is used as a tool?

a)

Web Browser

b)

Web Server

c)

Website

d)

Web Content

29.

Which of these statements is not true?

a)

The web operates on a client-server model.

b)

Web servers and web browsers speak HTTP to each other and do so using host names, domain names, and IP addresses.

c)

A web server is special software that knows how not to respond to requests for web pages.

d)

None of the above

30.

What is a scripting language designed specifically for use on the web. It has features to aid you in programming the tasks needed to develop dynamic web applications?

a)

Javascript

b)

PHP

c)

HTML

d)

CSS

31.

Which of the these statements is not true?

a)

The web server continues in HTML mode until it encounters a PHP opening tag (<?php).

b)

The web server starts scanning the file in HTML mode. It assumes the statements are HTML and sends them to the browser without any processing.

c)

The web server continues in PHP mode until it encounters a PHP closing tag (?>).

d)

None of the above.

32.

(a)   are containers used to hold information.

33.

Which of these statements were the rule of declaring variable in PHP?

a)

All variable names have a dollar sign ($) in front of them. This tells PHP that it is a variable name.

b)

Variable names must begin with a letter or an underscore. They cannot begin with a number.

c)

Variable names can be any length.

d)

Variable names can include letters, numbers, and underscores only.

e)

All of the above

34.

(a)   are a series of instructions in a file named with an extension that tells the web server

35.

What are expressions that PHP tests or evaluates to see whether they are true or false. Conditions are used in complex statements to determine whether a block of simple statements should be execute ?

a)

Loopings

b)

Conditions

c)

Arithmetic

d)

Functions

36.

What statement tests conditions, executing a block of statements when a condition is true?

(a)  

37.

What statement are used frequently in scripts to set up a block of statements that repeat?

a)

Conditional

b)

Function

c)

Loop

d)

Arithmetic

38.

Which of the following is not a loop statement?

a)

for loop

b)

while loop

c)

do..while loop

d)

beef loop

39.

The system of files and directories is called _____.

a)

File system

b)

File directory

c)

File Manager

d)

File dataset

40.

What contains a list of files and the information needed for the operating system to find those files?

a)

System

b)

Folder

c)

Directory

d)

Database

41.

What is a way to store information (in variables) to be used across multiple pages?

a)

POST

b)

SESSION

c)

METHOD

d)

ENCRYPT

42.

Which of these statements were true?

a)

The SQL query must be quoted in PHP

b)

String values inside the SQL query must not be quoted

c)

Numeric values must be quoted

d)

The word NULL must be quoted

43.

Which comparison operator is applicable with this question?

(Are the two values equal in both value and data type?)

a)

==

b)

>

c)

===

d)

<=

44.

The word Javascript after Java was came from what word?

a)

cool

b)

coffee

c)

tea

d)

choco

45.

PHP uses settings in a file named ____ to control some of its behavior

a)

php.ini

b)

PHP Session

c)

PHP Server

d)

PHP Post

46.

What for statament parameter sets starting value?

a)

counter

b)

condition

c)

increment/decrement

d)

do-while

47.

What type of webpage that changes its content upon interacting with the user?

a)

Dynamic website

b)

Static Website

c)

Interactive Website

d)

Idle Website

48.

How will you start searching information on the internet?

a)

Click the search engine.

b)

Type the keyword that you are looking for.

c)

Click the web browser.

d)

Type the URL on the address bar.

49.

What is function of bookmark?

a)

To save the web page you want to visit again.

b)

To close the web browser window.

c)

To open new web page on the same window.

d)

To go back to the previously viewed web pages.

50.

Select all the web browsers from the list.

a)

Microsoft

b)

Mozilla Firefox

c)

Yahoo

d)

Google Chrome

e)

Internet Explorer

51.

Bing is created by (a)   to challenge google in web search?

52.

Where will you type the words or keywords of what you want to search on the web?

a)

text box

b)

dialog box

c)

tab

d)

search box

53.

What is the default web browser of most computer today?

a)

Opera

b)

Google Chrome

c)

Microsoft Edge

d)

Safari

54.

What is the search engine that does not store personal information of users?

a)

Baidu

b)

Duckduckgo

c)

Google

d)

Yandex.ru

55.

From the list below, select all the search engines.

a)

Internet Archive

b)

Ask.com

c)

Bing

d)

AOL.com

e)

Microsoft Edge

56.

Where can you find downloads and history?

a)

Menu button

b)

Address bar

c)

Search box

d)

New tab

57.

What is the search engine that is known for giving facts and data?

a)

Microsoft Edge

b)

Yahoo

c)

Google

d)

WolframAlpha

58.

______ is a software that allows a user to explore information on the web.

a)

Web Site

b)

Web Browser

c)

Web Page

59.

______ is a computer where web content is stored

a)

Web Server

b)

Address Bar

c)

Title Bar

60.

______ is the caption, or description of a web page displayed.

a)

Web Server

b)

Address Bar

c)

Title Bar

61.

______ is a collection of linked web pages.

a)

Web browser

b)

web site

c)

search engine

62.

______ is a unique set of numbers that identifies a computer’s location.

a)

IP address

b)

Universal Resource Locator

c)

Hypertext Markup Language

63.

True or False: Web browsers can be downloaded free.

a)

True

b)

False

64.

True or False: Only one web browser can be installed on each device.

a)

True

b)

False

65.

True or False: Mozilla Firefox is an example of a URL.

a)

True

b)

False

66.

True or False: A website is a collection of web pages

a)

True

b)

False

67.

True or False: HTTP is a formatting language.

a)

True

b)

False

68.

Internet Explorer, Firefox, Safari and Chrome are all types of......

a)

Search Engine

b)

Internet Looker

c)

Pages Searcher

d)

Web Browser

69.

this star-shaped button to save the website address. In order to save the web address.

a)

Bookmarks

b)

Address Books

c)

Saved Pages

70.

The place for you to type the web address (URL) is called .....

a)

Address Bar

b)

Title Bar

c)

Tool Bar

71.

In order to visit the last/previous page you were looking at, you can click on the..

a)

The Forward Button

b)

The Refresh/ Reload Button

c)

The Back Button

72.

The page that loads automatically when Internet Explorer starts up, known as:

a)

Start up

b)

Favorite

c)

Interface

d)

Home Page

73.

What does the picture shows

a)

Internet Explorer

b)

Mozilla Firefox

c)

Google Chrome

74.

What does the picture shows

a)

Internet Explorer

b)

Mozilla Firefox

c)

Google Chrome

75.

What does the picture shows

a)

Internet Explorer

b)

Mozilla Firefox

c)

Google Chrome

76.

if you want to hide the browser window temporarily.

a)

minimize button

b)

maximize button

c)

close button

77.

Here you can read the name of the currently open website.

a)

Tab Name 

b)

Scroll bar

c)

Navigation Buttons

78.

You can type here the address of a website you want to view.

a)

Address bar

b)

Scroll bar

c)

Display Window

79.

This is the largest part of the browser that displays the selected website

a)

Address bar

b)

Scroll bar

c)

Display Window

80.

If you want to reload a web page, you should press.....

a)

The Refresh/ Reload Button

b)

Scroll bar

c)

Display Window

81.

In order go back to the webpages you most recently visited, you can click on the.....

a)

The Refresh/ Reload Button

b)

forward button

c)

back button

82.

WWW stands for _____

a)

World wonder web

b)

World wide web

c)

Wonder wide web

d)

Windows wide web

83.

WWW stands for _____

a)

World wonder web

b)

World wide web

c)

Wonder wide web

d)

Windows wide web

84.

____________ is a software program that is designed to search for information on the World Wide Web

a)

Search Engine

b)

Diesel Engine

c)

Internet Engine

85.

Benefits of using the Internet are ____

a)

Multiple solutions to challenges

b)

Great source of learning

c)

Wide range of information

d)

All of these

86.

How will you start searching information on the internet?

a)

Click the web browser.

b)

Click the search engine.

c)

Type the keyword that you are looking for.

87.

Where will you type the words or keywords of what you want to search on the web?

a)

search box

b)

text box

c)

dialog box

tab