python
DBMS
HTML
100

what is this (4.5) called in python:


A- integer     B- text         C- float

C- float

100

Information is:


A- set of informations  

B- data processed into meaningful form   

C-something we own


B- data processed into meaningful form  

100

1- What is HTML used for?

A- draw images 

B- translate 

C- web pages


C- web pages

200

what is the result of this code 

x= “Hello” 

print(x) 


A- hello     B- Hello           C- x

B- Hello

200

Is SQL a programing language like python used in many things?


A- no, it’s specific for data

B- yes, it’s a programing language

A- no, it’s specific for data

200

Which element is used to create an unordered list?

A- <01>

B- <ul>

C- <li>


B- <ul>

300

what is the result of this code 

x= “Hello” 

c= “new MIS students”

Print(x+” “+c) 


A- x+” “+c        

B-Hello+new MIS students            

C-Hello new MIS students


C-Hello new MIS students

300

Which SQL statement is used to retrieve data from a table? 


A- SELECT

B- INSERT 

C- UPDATE

A- SELECT

300

Which element is used to define a paragraph?

A- <p>

B- <div>

C- <section>

A- <p>

400

Python is case sensitive language.


A-True       B-False 

A-True

400

From your perspective why do we use database?

for storing, maintaining and accessing any sort of data

400

Which element is used to define the visible content of an HTML page? 


A- <head> 

B- <body>

C-<title>


B- <body>

M
e
n
u