Font size
WorksheetsBridge Course_Grade8
Total questions: 69
Worksheet time: 36mins
Aarav is learning Python programming and he writes a simple code to print a message. What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)
Aarav is trying to calculate the total number of apples he has. He knows he has 3 apples and his friend gave him 4 more. What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)
Tara has a string "12" and she wants to repeat it 3 times. She writes the code: print("12"*3)
What would this print?
36
121212
24
12*3
Avyaan is trying to print a math expression in his Python program. He writes the following code:
print("3+4")
7
3+4
34
SyntaxError
Eshaan is trying to print a message in his programming class. He writes the following code:
Print("Hello world!")
NameError
Hello world!
"Hello world"
Print(Hello world!)
Neha is learning to code and writes the following line in her program:
print("Hello" + "world" + "today") What will be the output of this line?
Helloworldtoday
Hello world today
"Hello" "world" "today"
SyntaxError
Alisha is trying to print a message in her Python program. She writes the following code:
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)
Kavya has 9 apples and she wants to share them equally among 3 friends. What will be the output when she calculates the number of apples each friend will get?
print(9/3)
3
3.0
9/3
SyntaxError
During a programming class, Tara is trying to create a program that asks for the user's name. Which function should she use to take the user's input?
print()
int()
input()
def
Ananya is working on a project where she needs to store various types of information, including numbers, letters, and symbols. What data type should she use?
String
Integer
Float
Boolean
Ria is planning a special event on "13th December". Which is the most appropriate data type for representing the date of the event?
Float
Boolean
Integer
String
Aashi has a box where she keeps her toys. This box can hold different toys, and she can change the toys inside whenever she wants. What is this box an example of?
Constant
Value
Variable
Iteration
What is the first thing we have to write in the code
(a)
Eshaan wants to organize his data for a school project and needs to create a table to display his findings.
<td>
</tc>
<table>
<tr>
During a computer class, Prisha asked her teacher, "What does HTML stand for?"
Hiper text markup language
Hiperlink and text markup language
home tool markup language
Myra is designing a webpage for her school project. She wants to make the title of her page stand out as the largest heading. Choose the correct HTML element for the largest heading:
<head>
<h6>
<h1>
<heading>
Tisha is creating a webpage for her school project and needs to insert a line break between two paragraphs. What is the correct HTML element for inserting a line break?
<br>
<break>
<lb>
Akhil wants to create a hyperlink to Google for his school project. What is the correct HTML for creating a hyperlink?
<a href="https://www.google.com/">Google</a>
<a> href="https://www.google.com/"Google</a>
<a href="https://www.google.com/"></a>
Eesha is learning HTML and wants to know which character is used to indicate an end tag in her code. Can you help her?
/
^
*
<
During a computer class, Ria was learning about HTML and asked her friends which of these elements are all <table> elements?
<table><tr><td>
<table><head><tfoot>
<table><tr><tt>
<thead><body><tr>
Ishika is creating a webpage for her art portfolio and wants to insert an image of her latest painting. What is the correct HTML for inserting an image?
<img href="image.gif" alt="MyImage">
<image src="image.gif" alt="MyImage">
<img alt="MyImage">image.gif</img>
<img src="image.gif" alt="MyImage">
During a class project, Siya is tasked with creating a webpage for their school event. She needs to define the title of the document. Which HTML element should she use?
<meta>
<title>
<head>
Avyaan is learning about web development in his computer class. His teacher asked the class, "What does HTML stand for?"
Hypertext Making Language
Hyper Transfer Markup Language
Hypertext Markup Language
Hyper Transfer Making Language
In a web development class, Aarush is learning about the HTML language. He wonders what fundamental elements HTML uses to structure web pages. What does he discover?
Tabs
Tags
Punctuation
Quotations
<p> is a tag that Aanya learned about in her web development class. She was curious about its function in HTML. What type of tag is <p>?
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
Krish was learning about HTML tags in his web development class. He came across the tag </p> and wondered what it represented. What is </p>?
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
Akhil is learning about web development in his computer class. His teacher asked him what HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Myra is creating a webpage for her school project and needs to use an h1 tag for the main title. Which is the proper way to write an h1 tag?
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Aashi is learning HTML and comes across the <p> tag. She wonders what it is used for...
Page of Text
Picture
Paragraph of text
Pineapples
Alisha is learning about HTML tags in her web development class. What does an opening tag look like?
< >
</ >
<< >>
<
Aarav is learning HTML and comes across different types of tags. He wonders, what does a closing tag look like?
< >
<\ >
</ >
<< >>
Viaan is learning how to create a web page. What should his HTML web page start with?
<b>
<li>
<html>
<start>
Ishika is learning HTML and wants to know what her web page should end with. Can you help her?
</html>
<head>
</end>
</body>
During a web design class, Aisha learned about HTML tags. She came across the tag <b> and wondered what it stands for. Can you help her understand?
bright
big
beautiful
bold
In a web development class, Myra is trying to create a new webpage and needs to define the title of her document. Which HTML element should she use?
<title>
<head>
<meta>
During a web design class, Dia is learning about HTML headings. Her instructor asks the class, "Which of the following is the largest heading?"
H2
H3
H4
H6
During a web development class, Aarav learned that HTML uses certain structures to create web pages. What does HTML primarily use?
Tabs
Tags
Labels
Quotes
Aditi, Dia, and Advait are discussing their favorite tools for browsing the internet. They mention Google Chrome, Mozilla Firefox, and Microsoft Edge. What are these tools examples of?
Search engines
Websites
Web Browsers
Text editors
During a web development class, Prisha is trying to format her HTML document. She wants to insert a line break between two paragraphs to improve readability. Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br>
<break>
What will happen to the text in blue? <p>Divya named her car <i>The lightning</i>, because it was very fast.</p>
the content will be displayed in italic
the content will display an image
the content defines text inserted into a document
Prisha is learning about web development in her class. She comes across the term CSS and wonders what it stands for. Can you help her?
Closed Source Style
Crucial Style Sheets
Cascading Style Sheets
Corresponding Static Style
Nikita is learning about web development in her computer class. Her teacher asked the class what HTML stands for. What is the correct answer?
HammersTend To Mostly Lose
HypoText Madeup Language
HyperText Markup Langauge
In a computer science class, Arjun and Dia are learning about binary numbers. Their teacher asks them, "What are the only two numbers you can use in binary?"
0 and 1
1 and 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
1, 2, 4, 8, 16
During a class on technology, Dia asked, "What does NLP stand for?"
(a)
Sneha is curious about how her new voice-activated smart speaker works. Can you explain it to her?
Manual audio player
Traditional radio
Bluetooth headphones
Voice-activated smart speaker
Google translate is a nlp
True
False
NLP is a domain of
chatbot comes under
machine learning is the main part of NLP
Is Word spelling and error checking nlp?
nlp is not AI
AI stands for
it is also one type of AI
Who is known as Father of AI?
John McCarthy
Blaise Pascal
Sir John
Artificial Intelligence is
The science and engineering of making intelligent machines
Intelligent computer programs
Way of making a computer
Computer-controlled robot
Software think intelligently, in the similar manner the intelligent humans think
AI is accomplished by studying how human brain thinks, and how humans ________, __________ and _________while trying to solve a problem.
(a)
Artificial intelligence is the simulation of (a) intelligence processes by machines, especially computer systems.
What are the two basic Goals of AI?
________________________________________________
________________________________________________
(a)
AI is used in Gaming, where machine can think of large number of possible positions based on heuristic knowledge.
KHO-KHO
Chess
Poker
TIC-Tac_toe
(a) It is possible to interact with the computer that understands natural language spoken by humans.
They provide explanation and advice to the users.
Gaming
Expert Systems
NLP
Doctors use clinical expert system to diagnose the patient.
Expert Systems
Vision Systems
NLP
Philosophy of AI is
“Can a machine think and behave like humans do?”
“Can a machine Work better than humans ?”
Ravi is learning about CSS and wants to know what property is used to change the text color of an element. Can you help him?
font-color
color
text-color
background-color
Meera is creating a webpage and wants to add a comment in her HTML code. What is the correct syntax for adding a comment?
<* This is a comment *>
<# This is a comment #>
<comment>This is a comment</comment>
<!-- This is a comment -->
During a web development workshop, Karan learns about the <div> tag. What is the primary purpose of the <div> tag in HTML?
To create a list
To insert an image
To define a section in a document
To create a hyperlink
Riya is learning about the <img> tag in HTML. She wants to know what attribute is essential for specifying the source of the image. Which attribute should she use?
href
alt
src
link
During a coding session, Sam is trying to create a list in HTML. Which tag should he use to start an unordered list?
<list>
<ol>
<li>
<ul>
In her programming class, Neha is learning about variables in Python. If she writes x = 5, what type of data is x?
Boolean
Integer
Float
String
