Font size
WorksheetsJAVA CSS Test
Total questions: 135
Worksheet time: 4hrs 29mins
any set of instructions that tells the hardware what to do and how to do it
software
a computer that serves up information to other computers on a network.
server
where your software, documents, and other files are stored.
hard drive
any part of your computer that has a physical structure, such as the keyboard or mouse.
hardware
a type of software that allows you to perform specific tasks.
application/program
electronic device that manipulates information, or data
computer
computers that are designed to be placed on a desk, and they're typically made up of a few different parts
desktop
battery-powered computers that are more portable than desktops
laptop
the most common type of personal computer, and it typically includes the Microsoft Windows operating system.
PC
made by one company (Apple), and they almost always use the Mac OS X operating system
MAC
displays images and text on the screen.
monitor
one of the main ways to communicate with a computer; inputs letters and numbers
keyboard
commonly known as a pointing device, it lets you point to objects on the screen, click on them, and move them.
mouse
used to print documents, photos, and anything else that appears on your screen
printer
allows you to copy a physical image or document and save it to your computer as a digital (computer-readable) image.
scanner
also called a trackpad—is a touch-sensitive pad that lets you control the pointer by making a drawing motion with your finger
touchpad
the computer's main circuit board
motherboard
also called a processor, is located inside the computer case on the motherboard
CPU
your system's short-term memory
RAM
a chip on the motherboard that is prerecorded with and permanently stores the set of instructions that the computer uses when you turn it on
ROM
the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware.
operating system
A single digit number in base-2 and is the smallest unit of computer data
bit
A set of 8 bits
byte
A collection of data stored in one unit, identified by a filename
file
Used to organize files
folder
Data that is entered into your computer
input
Data generated by the computer
output
An external storage device capable of storing thousands of files
USB drive
let you hear sounds from the computer
speakers
CPU stands for
Central Processing Unit
Computer Processing Unit
Computer Processor User
RAM stands for
Random Access Memory
Read Access Memory
Real Allowance Memory
ROM stands for
Random Only Memory
Read Only Memory
Really Over it Memory
What is the study of computers and computing called?
(a)
What involves designing and implementing an algorithm that is run on a computing device?
Decomposition
Soft Skills
Programming
Pattern Recognition
What is an IDE?
A type of computer program
A software used to program a computing device
A programming language
A problem-solving strategy
What do we use to communicate instructions to a computing device?
Programming Language
Decomposition
Problem Solving
Programmers
Who uses technology to solve problems?
Computer Scientists
Programmers
IDE Developers
Algorithm Designers
What are personal attributes that enable someone to interact effectively with others?
Computational Thinking
Soft Skills
Problem Solving
Decomposition
What involves expressing problems and their solutions in ways that a computer could execute?
Computational Thinking
IDE
Algorithm
What is the way by which solutions are developed to remove an obstacle from achieving an ultimate goal?
Problem Solving
Algorithm
Programming
Decomposition
What involves breaking a problem down into simpler parts?
Pattern Recognition
Decomposition
Algorithm
Soft Skills
What involves the ability to detect arrangements of possibly repeating elements?
Computational Thinking
Programming
Pattern Recognition
Problem Solving
What involves expressing problems and their solutions in ways that a computer could execute?
Algorithm
Computer Program
IDE
Soft Skills
What is a sequence or set of instructions in a programming language for a computer to execute?
Algorithm
Computer Program
Decomposition
Pattern Recognition
What is Processing?
A type of algorithm
A programming language
An IDE for creating graphical representations
A problem-solving strategy
What language does Processing use?
Python
Java
C++
JavaScript
What is the purpose of an Integrated Development Environment (IDE)?
To solve mathematical problems
To create graphical representations
To program a computing device
To develop soft skills
Which statement is true about Java?
Java is a sequence-dependent programming language
Java is a code dependent programming language
Java is a platform-dependent programming language
Java is a platform-independent programming language
What is the extension of java code files?
.txt
.java
.py
.html
What is the extension of compiled java classes?
.class
.java
.js
.code
Which of these keywords is used to make a class?
int
class
public
main
Java is short for "JavaScript".
true
false
Which data type is used to create a variable that should store text?
myString
String
Txt
string
The value of a string variable can be surrounded by single quotes.
true
false
Which operator can be used to compare two values?
><
=
==
<>
How do you call a method in Java?
methodName;
methodName[];
methodName();
(methodName);
Which keyword is used to import a package from the Java API library?
import
lib
getlib
package
Select the right format for ending tag:
<\html>
<html/>
</html>
<|html>
Which is the correct line of code?
<p></p>This is a paragraph
This is a paragraph<p></p>
<p>This is a paragraph</p>
</p>This is a paragraph<p>
What does HTML stand for?
Hypertext Medium Language
Hippo Tries Making Licorice
Hypertext Markup Lingo
Hypertext Markup Language
The following tag will show a bulleted list
<ul>
<ol>
<li>
<list>
What tag do you use to make a numbered list?
<list>
<ol>
<li>
<ul>
TRUE OR FALSE: HTML is used to structure content on a web page.
True
False
Jerry wants to insert a line break into his webpage. Which code should he use?
<ul>
<li>
<br>
<h1>
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main(largest) heading in a web document?
<h3>Product</h3>
<h5>Product</h5>
<h1>Product</h1>
<h6>Product</h6>
A properly coded HTML tag will always be found between which two symbols?
( )
{ }
[ ]
< >
Between which paired tags would the visible content of a web page be displayed? Another word, where should you type in ALL your HTML code in the Web Lab on code.org?
<html></html>
<head></head>
<body></body>
<title></title>
Which one is the smallest heading?
h1
h2
h4
h6
All HTML Tags are enclosed in _______
# and #
< and >
? and !
{ and }
There are ____ levels of headings we can use in HTML.
4
5
6
7
What is the first tag that you put in a html document?
<head>
<header>
<DOCTYPE html>
<!DOCTYPE html>
Which of the following is the last tag in an html document?
</end>
</footer>
</body>
</html>
The ____ tag creates a paragraph.
<p>
<par>
<para>
<pr>
Which character is used to create an end or closing tag?
*
/
<
^
Order the following headers from the BIGGEST to the SMALLEST.
h1
h2
h3
h4
h5
The content of a webpage is the text, images and any other elements include between the body tags.
True
False
HTML coding involves using ____________ to create webpages.
elements
symbols
commands
tags
This is a picture of a ____.
CSS Rule
HTML Rule
Tags
Coding
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
What color will this element be?
Green
Blue
Red
No color
Looking at the picture below, based on those 3 important rules to remember, what will the color of the text be?
Red
Blue
No color
White
The color this element will be________
Blue
Red
Blue
No color
The tag #blue-text is written twice. Due to the "Order of Precedence" the text that will appear when you run the code will be what color?
Red
Blue
Green
Purple
CSS is the...
language for designing web pages
longitudinal compass for directions
way we send information to each computer
way we set up each tag
What is the purpose of HTML forms?
HTML forms are used for playing video games
HTML forms are designed for creating animations
HTML forms are meant for sending emails
The purpose of HTML forms is to collect user input data on a website.
Explain the concept of version control and its importance in software development.
Version control is crucial in software development for collaboration, tracking changes, reverting to previous versions, and maintaining a history of modifications.
Version control is not necessary as developers can manually keep track of changes.
Version control is primarily used for storing large files in software development.
Version control is only useful for individual developers, not teams.
How does Git help in managing different versions of a project?
Git provides version control capabilities through features like branching, merging, reverting, and tracking changes.
Git makes it difficult to track changes in a project
Git randomly deletes project versions
Git only allows one version of a project to be stored
What is CSS and how is it used in web development?
CSS is a tool used in web development to analyze website traffic.
CSS is a styling language used in web development to control the visual presentation of a website.
CSS is a software used in web development to manage server configurations.
CSS is a programming language used in web development to create databases.
Describe the role of simple selectors in CSS.
Simple selectors in CSS are used to define complex styling rules.
Simple selectors in CSS are used to target specific HTML elements based on their tag name, class, ID, or attributes.
Simple selectors in CSS have no impact on the appearance of the webpage.
Simple selectors in CSS are only applicable to inline elements.
What are the different types of form elements in HTML?
div
section
input, textarea, select, button, label, fieldset, legend, form
span
What is the command to initialize a Git repository in a folder?
git init
git start
git create
git begin
How can you add changes to the staging area in Git?
git checkout -b new-branch
git add
git push origin master
git commit -m 'message'
Explain the difference between classes and IDs in CSS.
IDs can be used multiple times, while classes should be unique.
Classes can be used multiple times, while IDs should be unique.
Classes are only used for styling text, while IDs are used for styling images.
Classes and IDs are interchangeable in CSS.
What is the syntax for selecting all
elements in CSS?
#p
.p
p{}
p
How can you style a specific
Use the 'class' attribute to target the specific
Use the 'name' attribute to target the specific
Use the 'href' attribute to target the specific
Use the 'id' attribute to target the specific
What is the purpose of the tag in HTML forms?
To play audio files
To display images
To create an input field in HTML forms.
To create tables
What is the significance of the commit message in Git?
The commit message in Git is automatically generated and cannot be edited
The commit message in Git is used for storing images related to the changes made
The commit message in Git is only for personal notes and not necessary for others to understand
The commit message in Git is significant for providing a clear description of the changes made in the commit.
How can you apply multiple CSS styles to an element?
style='property1: value1; property2: value2; property3: value3;'
style='property1: value1; property2: value2;'
style='property1: value1; property3: value3;'
style='property1: value1, property2: value2;'
What is the default display property for
flex
grid
block
inline
What it stands for HTML?
Hyper Text Markup Language
Hyper Text Meaning Language
Hyphen Text Markup Language
Hypen Text Meaning Language
Which of the following options is the language for the front end developer
HTML, CSS, PHP
HTML, JS, Phyton
HTML, CSS, JS
CSS, JS, PHP
Which of the following options is the Text Editor for programmers to compile program code, except
Atom
Wondershare
Sublime
Visual Studio Code
Which one of the following options is the correct basic construction of HTML Structure?
<html>
<title>
<head></head>
</title>
<body>
</body>
</html>
<html>
<title>
<head></head>
</title>
<body>
</html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
<head>
<html>
<title></title>
</html>
<body>
</body>
</head>
What <tag> we use to create the page title?
<html></html>
<head></head>
<title></title>
<body></body>
What <tag> we use to create the content of web page?
<html></html>
<head></head>
<title></title>
<body></body>
The Developers who designed the processing data from interface to server side is called as
Front End Developer
Back End Developer
The Developers who designed the interface of page for user see is called as
Front End Developer
Back End Developer
An HTML element is defined by a ____ some content, and ___ tag:
Content, element
Start,end
Html,doctype
Head,body
HTML describes the ___of a Web page
Structure
Element
Content
The _____ declaration defines that this document is an HTML5 document
<!DOCTYPE html>
<DOCTYPE html>
<DOCTYPE HTML/>
</DOCTYPE HTML>
The element defines a large heading
<h>
<h6>
<h1>
The ___element is the root element of an HTML page
<head,>
<html>
<title>
How do you end the tag of a html document?
<html/>
<html>
</html>
The visible part of the HTML document is between <body> and </body>.
<body> </body>
<html> and </html>.
<head> and </head>.
HTML stands for ?
Hypertext Markup Language
Hyperlink Markup Language
Hypertext Mark Language
Hyperfile Markup Language
There are ____ types of tag.
3
2
1
4
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
HTML tags are element names surrounded by __________.
<angle brackets>
(round brackets)
[square brackets]
(round brackets) and [square brackets]
The first tag in a pair is the start tag, the second tag is the __________.
new tag
end tag
last tag
old tag
The _______ element contains meta information about the document
<title>
<body>
<h1>
<head>
The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?
<p>
<p/>
</p>
</p/>
The <p> element defines a ___________.
title
heading
paragraph
page content
The _____ element defines a large heading
<h2>
<h1
<h3>
<h4>
What is 'html' used for?
to search websites
to spellcheck web pages
to create webpages
to destroy viruses
The URL to the new website is 'Visit our HTML tutorial'
The words that can be seen and clicked on are 'Visit our HTML tutorial'
The stylesheet is used to
code the css page.
link css to the html page.
add css to notepad++
link java script to the html page.
Which one is the largest heading?
h1
h2
h4
h6
Similar Resources on Wayground
132 questions
Revision
Worksheet
•
11th Grade
130 questions
CSE Final Exam Review CodeHS
Worksheet
•
9th - 12th Grade
132 questions
Mr Swan's Mega Component 2 Final Revision Quiz
Worksheet
•
10th - 11th Grade
137 questions
TEST ON COPYRIGHT
Worksheet
•
8th - 9th Grade
140 questions
Quizziz week 2 term 3
Worksheet
•
10th - 11th Grade
130 questions
year 11GAIT week 6 quizz
Worksheet
•
11th Grade
138 questions
IGCSE Storage Devices and Media
Worksheet
•
9th Grade
130 questions
Scratch Test
Worksheet
•
9th - 12th Grade
