1 State whether True or False:
i. A copyright is automatically granted to authors or creators of content.
ii. In FOSS source code is usually hidden from the users.
2 Which of the following is not a Geographically type of network?
LAN, MAN, PAN, TAN, Wi Max, WAN
3 Fill in the blanks:
The command used to give a heading to a graph is
a. plt.show
b. plt.ploto)
c. plt.xlabelo
d. plt.title)
4
Write the output of the following SQL command.
select round (49.88);
la. 49.88
b. 49.8
c. 49.0
d. 50
5 Given a Pandas series called Sequences, the command which will display
the first 4 rows is
a. print(Sequences.head(4))
b.print(Sequences.Head(4))
c.print(Sequences.heads(4)
d.print(Sequences.Heads(4))
6 Using Python Matplotlib
can be used to count how many values
fall into each interval
a. line plot
b. bar graph
1
Answers
Answered by
1
1. (i) F (ii) T
2. Wi Max
3. (d)
4. (a)
5. ❌ idk
6. ❌ idk
Similar questions