wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

U23CS381 - ADD QUIZ Assessment

Total questions: 60

Worksheet time: 20mins

Name
Class
Date
1.

HTML stand for _____________

a)
HyperText Markup Language
b)
HyperTransfer Markup Language
c)
HyperText Modeling Language
d)
HighText Markup Language
2.

HTML tag is used for creating an unordered list is ___________

a)
  1. <li>

b)
  • <Unordered List>

c)
  • <ul>

d)
  • <list>

3.

The purpose of the HTML element ________

a)
It contains the main content of the page.
b)
It defines the header of the page.
c)
It includes metadata about the HTML document.
d)
It represents the footer of the page.
4.

How many sizes of headers are available in HTML by default?

a)
5
b)
1
c)
3
d)
6
5.

HTML tag is used to associate a label with a form control _____________________

a)

<element>

b)

<label>

c)

<form control>

d)

<form label>

6.

HTML tag is used to define a table row _____________

a)

<table row>

b)

<tr>

c)

<th>

d)

<row>

7.

HTML tag is used to define a table heading __________

a)

<table head>

b)

<th>

c)

<tr>

d)

<Head>

8.

HTML tag is used to create a form in HTML ____________

a)

<form>

b)

<create>

c)

<from>

d)

<html form>

9.

Which CSS selector is used to select elements with a specific class?

a)
#class
b)
.class
c)
@class
d)
class
10.

What does the CSS selector div > p select?

a)

All <p>

elements inside a

<div> element

b)

The first <p>

element inside a

<div> element

c)

All <p>

elements directly preceded by a <div> element

d)

All <p>

elements inside a <div>

regardless of their nesting level

11.

In CSS, what property is used to set the space between the border and the content of an element?

a)
border-space
b)
padding
c)
margin
d)
spacing
12.

Bootstrap is a framework primarily for ____________ type of development

a)
JavaScript
b)
Python
c)
Front-end web
d)
HTML/CSS
13.

Where can you place JavaScript code in an HTML document for it to be executed when the page loads?

a)
At the beginning of the section
b)
In the section
c)
At the end of the section
d)
In an external JavaScript file linked to the HTML document
14.

_____________ is the correct way to comment in JavaScript?

a)
// This is a comment
b)
/* This is a comment */
c)
-- This is a comment --
15.

Keyword is used to declare a variable in JavaScript is_______________

a)
var
b)
let
c)
constant
d)
variable
16.

The result of the expression 5 + "5" in JavaScript is _____

a)
10
b)
55
c)
"55"
d)
error
17.

Which statement is used to execute a block of code repeatedly as long as a condition is true?

a)
for
b)
while
c)
if
d)
switch
18.

The purpose of the else statement in JavaScript is _______

a)
To end a loop
b)
To define a function
c)
To execute a block of code when the if condition is false
d)
To create an array
19.

How do you declare a function in JavaScript?

a)
def myFunction() {}
b)
function myFunction() {}
c)
void myFunction() {}
d)
myFunction = function() {}
20.

The JavaScript event occurs when the user clicks on an HTML element is _____________

a)
onmouseover
b)
onclick
c)
onchange
d)
onload
21.

How can you check if a form field is empty using JavaScript?

a)
if (inputField.value == "")
b)
if (inputField.empty)
c)
if (inputField.isNull)
d)
if (inputField.isEmpty())
22.

What does the setAttribute() method in the DOM do?

a)
Adds a new attribute to an HTML element
b)
Removes an attribute from an HTML element
c)
Modifies the value of an existing attribute
d)
Clears all attributes from an HTML element
23.

How do you redirect a user to another webpage using JavaScript?

a)
window.navigate("newpage.html")
b)
location.href = "newpage.html"
c)
redirect("newpage.html")
d)
goTo("newpage.html")
24.

How do you access an HTML element with id "myElement" in JavaScript?

a)
getElementById("myElement")
b)
selectElement("myElement")
c)
findElement("myElement")
d)
queryElement("myElement")
25.

GitHub is a ____________

a)
text editor
b)
version control system
c)
social media platform
d)
web-based platform for hosting and collaborating on Git repositories
26.

Git command is used to initialize a new repository locally is_________________

a)
git start
b)
git create
c)
git init
d)
git setup
27.

What does the command git add do?

a)
Adds a new branch
b)
Stages changes for the next commit
c)
Creates a new repository
d)
Deletes a file from the working directory
28.

How do you clone a repository from GitHub to your local machine?

a)
git download
b)
git clone
c)
git copy
d)
git fetch
29.

___________ command is used to create a new branch in Git

a)
git branch new-branch
b)
git create-branch
c)
git new-branch
d)
git checkout -b new-branch
30.

How do you merge a branch into the main branch in Git?

a)
git join branch
b)
git merge branch
c)
git connect branch
d)
git combine branch
31.
31.What will be the output of the below program echo -e Hello \nWorld ?
a)
Hello nWorld
b)
HelloWorld
c)
Error
d)
Hello \n World
32.
32.Which Loop can repeat execution of block of statements finite or infinte times based on the requirement?
a)
while
b)
elif
c)
if
d)
for
33.
33.What does "DSC" stand for in the context of the Google program?
a)
Developer Service Centers
b)
Digital Skill Camps
c)
Developer Student Clubs
d)
Design and Software Community
34.
34.What is Kaggle primarily known for?
a)
Hosting data science competitions
b)
Providing cloud computing services
c)
Offering online coding tutorials
d)
Operating a social media platform
35.
35.What is the purpose of a dataset?
a)
To store images and videos
b)
To provide a framework for web development
c)
To organize and analyze data
d)
To create visualizations
36.
36.Reorder The Following : A. Collect Data B. Prepare Data C. Train Model D. Deploy Model E. Evaluate Model
a)
ABCDE
b)
BACED
c)
ACDEB
d)
ABCED
37.
37.What is the name of first operating system for mobile?
a)
webos
b)
Tizen
c)
Simon
d)
LuneOS
38.
38.Mobile operating systems (OS) are specialized software that runs on?
a)
smartphones
b)
tablets
c)
Both A and B
d)
None of the above
39.
39.Which OS known for its user-friendly interface, strong security features, and a wide range of built-in apps and features?
a)
Android
b)
IOS
c)
Windows
d)
Tizen
40.
40.Which of the following virtual machine is used by the Android operating system?
a)
JVM
b)
Dalvik virtual machine
c)
Simple virtual machine
d)
None of the above
41.
41.Which of the following is the name of the Android version 1.5?
a)
Eclair
b)
Froyo
c)
Cupcake
d)
Donut
42.
42.Which of the following is the topmost layer of android architecture?
a)
System Libraries and Android Runtime
b)
Linux Kernel
c)
Applications
d)
Applications Framework
43.
43.Which of the following is the built-in database of Android?
a)
SQLite
b)
MySQL
c)
Oracle
d)
None of the above
44.
44.Which one is not a key part of the App Inventor programming environment?
a)
Android device
b)
Viewer
c)
Component Designer
d)
Blocks Editor
45.
45.This section allows you to see the apps interface as it would look on your device.
a)
Media
b)
Animation
c)
Image Picker
d)
Viewer
46.
46.This section allows the app creator to develop the code that will run the app.
a)
Blocks Editor
b)
Design Editor
c)
Viewer
d)
Palette
47.
47.Labels, buttons, and sensors are all examples of what?
a)
Properties
b)
Built-in controls
c)
Components
d)
Blocks
48.
48.Which menu option allows you to test your app?
a)
Project
b)
Connect
c)
Build
d)
Help
49.
49.In programming, this is an action that occurs as a result of the user or another source.
a)
Occasion
b)
Block
c)
Event
d)
Design
50.
50.Which one of the following server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver Web content through the Internet
a)
Web Client
b)
Web Server
c)
Web Browser
d)
Web Application
51.
51.Which one of the following is NOT a components required to run Content Management System?
a)
Web Client
b)
PHP
c)
MySQL
d)
Web Server
52.
52.Which one of the following allows the content manager or author, to manage the creation, modification, and removal of content from a web site without needing the knowledge of HTML?
a)
Content Management Application
b)
Content Manipulate Application
c)
Content Delivery Application
d)
Content Deployment Application
53.
53.Website for a Japanese based company. Which one of the follow CMS features is most important to her?
a)
Search
b)
Editor
c)
Roles and permissions
d)
Multilingual support
54.
54.Which one of the following is bad practices for creating quality content?
a)
Check for duplicate content
b)
Grammar, spelling and punctuation mistakes.
c)
Media rich content
d)
Content placement
55.
55.Which one of the following factors will NOT affecting SEO ranking?
a)
Content
b)
Performance
c)
Company
d)
User Experience
56.
56.SERP stands for?
a)
System Engine Result Page
b)
Search Earning Result Page
c)
Search Engine Result Page
d)
Search Estimate Result Page
57.
57.How to add pages to Poster in Canva?
a)
Click Add page at the bottom of the first page of the poster.
b)
Click Add page at the Top of the first page of the poster.
c)
Click Add page at the Left of the first page of the poster.
58.
58.To smooth a 3D object, we can use ____ and _____ in blender?
a)
Shade Smooth
b)
Subdivision Surface
c)
Solidify Modifier
d)
Loop cuts
59.
59.Choose the HTML 5 framework based game engine.
a)
Scratch
b)
Android
c)
Construct
d)
Roblox
60.
60.Which of the following is a key factor in SEO?
a)
Website color scheme
b)
Number of images on the website
c)
Quality and relevance of website content
d)
Speed of the website host