NEW
Font size
Worksheetsclass 7
Total questions: 71
Worksheet time: 37mins
src attribute and then displays it.Which of the following types of computer languages uses binary code to communicate with the computer?
High-level languages
Assembly languages
Machine language
Database languages
print(3*4+5)
A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly.
True
False
What will be the output?
name = "Dave"
print (name)
Dave
'Dave'
name
(name)
Is python an interpreter or compiler programming language?
Compiler
Interpreter
Python correct naming convention for constants is?
firstName
First_Name
FIRST_NAME
firstname
Python correct naming convention for variables is?
new_user25
NewUser25
25_new_user
25NewUser
NEWUSER25
What result will display in the shell if 15 and 20 is entered by the user?
"num1 + num2"
1520
35
What is the answer to this expression, 22%3 is
7
1
0
5
Which one of theses is floor division
/
//
%
None of theses
What is the output of this expression, 3*1**3
27
9
3
1
Which of the following is an invalid variable?
my_string_1
1st_string
foo
-
True or False:
5.0 is an example of the 'float' datatype.
True
False
What is an integer?
A number with a decimal point.
A whole number.
An array of characters.
A single character.
Q2. It is sharing a file with one or more users through the internet.
cloud
online sharing
google drive
one drive
Q4. Google provides __________ GB of free online storage.
10
15
30
100
A5. The storage capacity of Google Drive can be increased from _______________.
10 GB to 30 GB
15 GB to 30 GB
100 GB to 30 TB
100 GB to 15 TB
Q6. Identify the icon
Mozilla
google chrome
internet
Q7. Name the icon
one drive
SkyDrive
Google Drive
Q8. It gives various types of geographical information.
GPS
Maps
Drive
location
Q9. OneDrive is a free online storage service provided by
Microsoft
Yahoo
MAC
A tweet is restricted upto __________ charaters
120
140
150
130
Messages sent and received on twitter are known as ____________
posts
updates
tweets
message
Mark Zuckerberg is the founder of _____________
blog
google drive
Change the border size of the body or image
border-style
border-width
border-color
width
Set the color of the border
border-style
border-width
border-color
width
Which selector will change the font of the text?
font-size
text-align
font-famiy
text-decoration
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
This is a picture of a ____.
CSS Rule
HTML Rule
Tags
Coding
The blue is called an _____________
Declaration
Selector
Property
Value
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
p {color: red;}
