
1st Year quiz
Authored by academicclub academicclub
Computers
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which one among the following is NOT a valid variable name in PYTHON?
my-var
MYvar
my_var
_myvar
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
spacing
margin
padding
inner-margin
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct file extension for Python files?
.pyth
.pyt
.py
.pt
.python
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The default value of "position" attribute is _________.
fixed
absolute
sticky
relative
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the only function all C programs must contain?
start()
system()
main()
Program()
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Features of Python
Easy to learn and read
Portable
GUI programming
All of the above
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
#include "stdio.h"
int main()
{
int a = 10;
printf("%d", a);
int a = 20;
printf("%d",a);
return 0;
}
1020
1010
2020
Error: Redeclaration of a
Syntax error
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?