wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Bridge Course_grade9

Total questions: 108

Worksheet time: 3570secs

Name
Class
Date
1.

A term that refers to the way in which the nodes of a network are linked together.

a)

Network

b)

Topology

c)

Connection

2.

The participating computers in a network are referred to as

a)

Clients

b)

Servers

c)

Nodes

d)

CPUs

3.

Combination of two or more topologies is called

a)

star topology

b)

Bus topology

c)

Ring topology

d)

Hybrid

4.

Bus, ring and star topologies are mostly used in the

a)

LAN

b)

MAN

c)

WAN

5.

In which topology there is a central controller or hub?

a)

star

b)

ring

c)

mesh

d)

bus

6.

To create a network the following is required (select the correct one)

a)

Python Software

b)

Microsoft Word

c)

Use cables, telephone lines, satellites and radio waves

7.

Which one is a BUS topology

a)
b)
c)
8.

A BUS topology is (Which one is correct)?

a)

Easy to set up

b)

Expensive to set up

c)

Hard to set up

9.

Which one is a RING topology

a)
b)
c)
10.

Which one is a STAR topology

a)
b)
c)
11.

A star topology will cause a network failure if...

a)

If the hub/switch fails

b)

If one of the many of the computers fail

c)

If the printer fails

12.

What is a network

a)

A stand alone computer

b)

Two or more interconnected computers

c)

A computer without a server

13.

Networked computers can share (select which one is true)

a)

Hardware, software and data

b)

Optical discs, software and data

c)

Hardware, software and Clients

14.
Base on the picture given, determined whether the statement below is TRUE or FALSE

"The centeral communication device on this network must be a Server."
a)
FALSE
b)
TRUE
15.
The internet is the worlds biggest
a)
LAN
b)
WAN
16.

Ensures that communication between a host and a client are secured by encrypting communications.

a)

FTP

b)

HTTPS

c)

USD

d)

URL

e)

HTTP

17.

Computer networks can be connected via cables or

a)

wirelessly

b)

plumbing

c)

email

d)

the Internet

18.

Which is the shortest network covering network?

a)

WAN

b)

LAN

c)

PAN

d)

None of the above

19.

A network that is spread across the cities, countries and continents

a)

LAN

b)

MAN

c)

PAN

d)

WAN

20.

Internet is an example of …………………


a)

LAN

b)

PAN

c)

WAN

d)

MAN

21.

A Bluetooth connection within devices in a car is an example of ………

a)

WAN

b)

LAN

c)

PAN

d)

MAN

22.

What is a computer network?

a)

A powerful computer that provides a service

b)

A single computer

c)

Two or more computers connected together

d)

A set of rules

23.

What does LAN stand for?

a)

Legendary Access Node

b)

Local Area Network

c)

Legal Access Network

d)

Local Admin Network

24.

What does WAN stand for ?

a)

Weak Access Node

b)

Working Area Network

c)

Wide Area Network

d)

World Access Net

25.

Computer networks can share...


a)

Files

b)

Software

c)

Resources

d)

All of the above

26.

What is the purpose of a MODE OF TRANSMISSION in networking?

a)

To calculate the number of devices connected to the network

b)

To determine the color of network cables

c)

To decide the font style for network messages

d)

To define how data is sent within a network

27.

Which of the following pairs represent the two main types of transmission modes in networking?

a)

Fiber optic and twisted cable

b)

Infrared and Broadcast radio

c)

Wired and wireless

d)

Bluetooth and coaxial

28.

What does PAN stand for?

a)

Personal Area Network

b)

Private Access Network

c)

Primary Access Network

d)

Peculiar American Nobility

29.

Which is more secure?

a)

wireless networks

b)

wired networks

30.

The devices in a _______can be linked together either using cables (via USB) or wirelessly (via Bluetooth)

a)

PAN

b)

WAN

c)

MAN

31.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>

32.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

33.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

34.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

35.

Which of the tag is used to create a numbered list?

a)

<L> </L>

b)

<LI> </LI>

c)

<li> </lo>

d)

<ol> </ol>

36.

Web pages starts with which of the following tag?

a)

<form>

b)

<HTML>

c)

<body>

d)

<Title>

37.

<p> is the opening tag for a _____________

a)

page

b)

paragraph

c)

preorder

d)

period

38.
If you wanted to add links to your web page - what tag would you use?
a)
<a>
b)
<p>
c)
<div>
d)
<link>
39.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
40.
What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
41.
What is will the highlighted tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
a)
it will make the text bold
b)
it will place the text on another line
42.
What coding would be used to define a header cell in an HTML table
a)
<th>Month</th>
b)
<td>Month</td>
c)
<h1>Month</h1>
d)
<h2>Month</h2>
43.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
44.

Group of webpages is called _____.

a)

Website

b)

Web browser

c)

Web Search engine

d)

None of the above

45.

In a form, a drop-down list of options

a)

begins with a select tag followed by a list of option tags.

b)

begins with an option tag followed by a list of select tags.

c)

begins with a select tag followed by a list of datalist tags.

d)

begins with a datalist tag followed by a let of option tags.

46.

How more than one option can be selected in drop down?

a)

Use of multiple attribute inside <option> tag.

b)

Use of multiple attribute inside <select> tag.

c)

Use of multiple attribute inside <text> tag.

d)

It is not possible to select more than one option in drop down.

47.
To set the image size, Which command should I use?
a)
width="400"
b)
center="400"
c)
long="400"
d)
short="400"
48.

Which portion of this tag is the text that will show up if there is a problem with my photo link?


<img src="cat.jpeg" alt="cat jumping"/>

a)

img src=

b)

cat.jpeg

c)

cat jumping

d)

alt=

49.

<input type="___________" name="gender" value="male"> Male

<input type="___________" name="gender" value="female">Female


(Fill the type of input which used to select just one option.)

(a)  

50.

Full form of IDLE

a)

Integrated Development Learning language

b)

Integral Development Learning Language

c)

Invest Development Learning Language

d)

Integrated Development Local Language

51.

Modes of Python Language

a)

3

b)

5

c)

2

d)

4

52.

find the output

print("welcome")

a)

Welcome

b)

welcome

c)

WELCOME

d)

WelCome

53.

Extension of python

a)

.Python

b)

.py

c)

.PY

d)

.pyt

54.

To run python

a)

F5

b)

F2

c)

F3

d)

F4

55.

Find out the right statement

a)

Print"Welcome"

b)

PRINT 'WELCOME'

c)

PRINT("WELCOME")

d)

print("WELCOME")

56.

Number of datatypes

a)

4

b)

2

c)

5

d)

3

57.

Number of elements in python

a)

2

b)

3

c)

4

d)

5

58.

No of keywords

a)

33

b)

32

c)

34

d)

31

59.

find out the output

>>>counter=10

>>>print(counter)

a)

counter

b)

count

c)

10

d)

"10"

60.

find the output

>>float=10.1

>>print(float)

a)

0.1

b)

10

c)

10.1

d)

"10.1"

61.

find output

>>>name="Rahul"

>>>print(name)

a)

name

b)

"RAHUL"

c)

"Rahul"

d)

Rahul

62.

+ is___________________

a)

Logical operator

b)

comparison operator

c)

Arithmetic operator

d)

special operator

63.

________________is the example of comparison operator.

a)

+

b)

OR

c)

%

d)

>

64.

Logical operators are________________

a)

+ and -

b)

>,< and <=

c)

and , or

d)

!=

65.

What is Python?

a)

A programming Language

b)

A Game

c)

A type of Video

d)

None of these

66.

What is String?

a)

A Numerical Character

b)

A sign of Division

c)

An Alphabetical Character

d)

A sign of Multiplication

67.

Which of the Syntax is Correct for "print statement"

a)

Print(Hello)

b)

PrInt('hello')

c)

"Hello"(print)

d)

print("Hello")

68.

What character we use to define if the object is String or Integer?

a)

str and INT

b)

STR and INT

c)

str(input("Enter your age")) and int(input("Enter your age"))

d)

str and int

69.

Which of the following statement will print Hello?

a)

print("Hello")

b)

input("Hello)

c)

input("Hello")

d)

Print("Hello)

70.

Which of the following command will take a "Input"

a)

Input()

b)

the input()

c)

input()

d)

input("Hello")

71.

Define Binary Operations

a)

When we use only one operations

b)

When we apply 2 or more operation

c)

when we need to display answers in binary form

d)

Not knowing

72.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
73.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus + 
c)
forward slash /
d)
asterisk *
74.

What will be the output?

name = "Dave"

print (name)

a)

Dave

b)

'Dave'

c)

name

d)

(name)

75.
What Python command lets the user enter an answer to a question?
a)
answer()
b)
open()
c)
print()
d)
input()
76.

The term A.I is short for?

a)

Anatomy Insector

b)

Astrology Iselin

c)

Anh Intelligence

d)

Artificial Intelligence

e)

Antificial Intelligence

77.
Artificial Intelligence is the process that allows computers to learn and make decisions like humans
a)
True
b)
False
78.

The G in 5G stands for?

a)

Gigabit

b)

Gigahertz

c)

Generation

d)

Good to Go

79.

(Multiple Choose) Choose AI Factors

a)

Data

b)

Sophia

c)

Machine Learning

d)

Natural Language Processing

e)

Robotics

80.

Autonomous Vehicles are one example of AI Future

a)

True

b)

False

81.

Which one of the following is an application of AI?

a)

Remote controlled Drone

b)

Self-Driving Car

c)

Self-Service Kiosk

d)

Self -watering plant system

82.

This language is easy to learn and is one of the most popular language for AI today:

a)

C++

b)

Python

c)

Ruby

d)

Java

83.

Alexa is an example of AI.

a)

True

b)

Flase

84.

Voice- based command systems use (a)   to understand and interpret the commands.

85.

Most chatbots use (a)   to answer user queries.

86.

Which was the first chatbot ever made?

a)

Eliza

b)

Alexa

c)

Siri

d)

Google Assistant

87.

What does NLP stand for in AI?

a)

Neutral Learning Projection

b)

Neuro-Linguistic Programming

c)

Natural Language Processing

d)

Neural Logic Presentation

88.
Artificial Intelligence is the process that allows computers to learn and make decisions like humans
a)
True
b)
False
89.

Strong AI attributes consciousness to computers

a)

True

b)

False

90.

Captcha can be cracked by a computer

a)

True

b)

False

91-100.
91.

What was the peak month for Web traffic to ChatGPT after its release by OpenAI?

a)

March

b)

June

c)

April

d)

May

92.

What percentage of students have at least tried ChatGPT?

a)

75%

b)

80%

c)

85%

d)

91%

93.

What is the main concern of educators regarding the use of AI chatbots by students?

a)

Difficulty in monitoring student progress

b)

Inability to integrate AI into the curriculum

c)

Lack of access to technology

d)

Resistance from students

94.

What is the potential downside of using AI chatbots for generating text?

a)

Limited vocabulary

b)

High cost

c)

Inaccurate information

d)

Slow response time

95.

What is the term used to describe the effortful participation that leads to effective learning?

a)

Metacognitive cue

b)

Passive learning

c)

Fluency perception

d)

Desirable difficulties

96.

What is the main challenge posed by technology in the context of learning?

a)

Resistance from educators

b)

Lack of access to information

c)

Over-reliance on AI

d)

Difficulty in judging learning effectiveness

97.

What is the potential risk associated with AI chatbots in education?

a)

Lack of critical thinking skills

b)

Diminished effortful learning

c)

Increased workload for educators

d)

Reduced student engagement

98.

What is the main difference between calculators and AI chatbots in the context of learning?

a)

AI chatbots encourage active engagement

b)

AI chatbots make decisions for the user

c)

Calculators provide creative solutions

d)

Calculators engage users in the navigation process

99.

What is the perception of fluency in the context of learning?

a)

Effortful engagement in learning

b)

Ease of information processing

c)

Active participation in the learning process

d)

Judgment of learning effectiveness

100.

What is the potential downside of turn-by-turn navigation in terms of spatial learning?

a)

Enhanced spatial knowledge

b)

Active engagement in navigation

c)

Improved cognitive mapping

d)

Disengagement from the environment

101.

What is data

a)

information on the internet

b)

facts and statistics collected for different purposes

c)

internet information needed for you to surf the internet

102.

A consumer is

(a)  

103.

Targeted advertising is

a)

when companies use information they collected about you to show you specific advertising

b)

when companies geolocate you using internet cookies to find out where you live

c)

advertising that tries to sell you targets

104.

Cookies are

a)

A tool used by websites to provide you with malware

b)

Small text files stored on a computer that keep track of what kind of virus is on your computer

c)

Small text files stored on a computer that keep track of what a person does on a website

105.

General Data Protection Act is

a)

The Act that makes it free for people to use the internet

b)

The act that makes it illegal for hackers to hack into your computer

c)

The Act that gives you general data for free on the internet

d)

The Act that protects European Union citizens from online companies is known as the

106.

The General Data Protection Act means that

a)

companies can't collect information about you unless you give them permission

b)

companies can't charge people to use the internet

c)

companies can collect information about you and sell it to other companies

107.

when a person creates a false website in the hopes of collecting your private information it is called

(a)  

108.

When companies collect information about you on the internet through cookies or other means it is always for malicious purposes

a)

true

b)

false

109.

Name the piece of hardware that sends your information to the internet

(a)  

110.

I know a website is safe because

a)

It is published by a university or a government

b)

It ends with a .com or a .fr

c)

I just have a good feeling about it

d)

it has a little lock in the url and the web address has a https instead of just http

111.

I have just received a text from a company saying that I won a prize for visiting their website but need to reply to the text.

a)

I should definitely reply

b)

I should definitely not reply

112.

Encryption means

a)

Nobody can intercept my messages

b)

Nobody can understand my messages even if intercepted

c)

All of my messages are not safe from viruses and hackers

d)

All of my messages are translated into other languages

113.

When someone poses as an institution, like a bank or a school, and sends you a personalized message asking you to provide private information

(a)  

114.

Can cookies collect information about me like the age of online customers, the types of products they buy, the languages they use to read websites and how much I spend at a website

a)

true

b)

false

115.

Identity Theft is

a)

When somebody pretends to be you

b)

A violent video game that is only for people over 18

c)

A type of crime in which your private information is stolen and used for criminal activity

d)

A type of crime that involves phishing and pharming

116.

A friend texts me and says she has forgotten my email address. I should text her back with this personal information

a)

true

b)

false

117.

I can program a router to keep out information that I don't want people to see on a network

a)

true

b)

false