KVS PGT Computer Science Mock Test Set-A
Quiz-summary
0 of 35 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
Information
Online Mock Test
KVS-PGT Computer Science 2023
SET-A
Time Allowed: 45 minutes Maximum Marks: 35
General Instructions:
- Paper contains total 35 questions.
- Each questions contains 1 mark.
- No negative marking.
- Attempt all questions.
You must specify a text. |
|
You must specify an email address. |
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 35 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- KVS PGT Computer Science 0%
-
Keep Learning..
Wish you all very best!!website: https://www.techtipnow.in
YouTube: http://www.youtube.com/c/techtipnow
email: techtipnow@gmail.com
support@techtipnow.in
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- Answered
- Review
-
Question 1 of 35
1. Question
I give owner authority to decide how much information he/she can share with user.
I encourage creators to invent new ideas, designs, and software.
I give owner right to get financial benefits against their creation/inventions.
Who am I?Correct
Incorrect
-
Question 2 of 35
2. Question
Protecting personal and sensitive information from unwanted attack or disclosure is called
Correct
Incorrect
-
Question 3 of 35
3. Question
Jignesh was assigned a project to find information about ‘Emerging Technologies”. To do this he was asked to use Google Chrome and Docs. What technologies being used by Sunil?
Correct
Incorrect
-
Question 4 of 35
4. Question
What code should come in blank space to get the output displayed for given series:
S= pd.Series([78,90,11,23,456,67])
________________
Print(S)
Output:
4 456
1 90
0 78
5 67
3 23
2 11Correct
Incorrect
-
Question 5 of 35
5. Question
If shape of passed values in index sequence of dataframe and length of dictionary’s values are not same, than python gives
Correct
Incorrect
-
Question 6 of 35
6. Question
Ratnakar has created following Series ‘exp’
A 23
C 32
D 12
E 65
Now he wants to delete value against ‘C’. Help him to select correct code for it.Correct
Incorrect
-
Question 7 of 35
7. Question
Command used to represent all elements of ‘S’ as Numpy Array?
Correct
Incorrect
-
Question 8 of 35
8. Question
consider the following dataframe df :
import pandas as pd
d = {‘eno’:[201,202,203], ’ename’:[‘Sanjay’,’Sudesh’,’raman’], ’sal’:[2300,3200,1390]}
df = pd.DataFrame(d, index = [100,200,300])Write appropriate code to display
eno 202
ename sudesh
sal 3200Correct
Incorrect
-
Question 9 of 35
9. Question
Which of the following website provides data freely to download and to do data analysis for educational purpose?
Correct
Incorrect
-
Question 10 of 35
10. Question
Select the incorrect match.
Correct
Incorrect
-
Question 11 of 35
11. Question
Watching news in AajTak channel in your TV using Tata Sky is
Correct
Incorrect
-
Question 12 of 35
12. Question
192:168:0:178 is
Correct
Incorrect
-
Question 13 of 35
13. Question
Look at the following image and identify the name of device which is responsible for depicted communication
Correct
Incorrect
-
Question 14 of 35
14. Question
Look at the following code and identify the result:
>>>T = (3, 12, [14, 11, 6])
>>>T [2][2] = 20Correct
Incorrect
-
Question 15 of 35
15. Question
Predict the output of given code:
D = {1:10,2:20}
print(D.items())Correct
Incorrect
-
Question 16 of 35
16. Question
Fill in the space with appropriate code to get the output as given below:
>>> import random
>>> random.________________
>>> 4Correct
Incorrect
-
Question 17 of 35
17. Question
Raju is using Google Docs to create his resume and he is not concerned about its installation. Which type of Service he is using?
Correct
Incorrect
-
Question 18 of 35
18. Question
Libre Office is
Correct
Incorrect
-
Question 19 of 35
19. Question
Which of the following is not true about RDBMS?
Correct
Incorrect
-
Question 20 of 35
20. Question
Which of the following is correct in regard of adding Foreign key?
Correct
Incorrect
-
Question 21 of 35
21. Question
Internet Telephony
Correct
Incorrect
-
Question 22 of 35
22. Question
Select correct statement to read data from sample.dat
Correct
Incorrect
-
Question 23 of 35
23. Question
Identify the correct keyword
Correct
Incorrect
-
Question 24 of 35
24. Question
Select the command to display total marks scored by students of each gender who are in Class 12.
SELECT Gender ,SUM(Marks) FROM Student WHERE Class = 12 GROUP BY Gender;
SELECT Gender ,SUM(Marks) FROM Student GROUP BY Gender HAVING Class = 12;
SELECT Gender ,SUM(Marks) FROM Student WHERE Class = 12 AND GROUP BY Gender;
Choose the correct optionCorrect
Incorrect
-
Question 25 of 35
25. Question
f.seek(-12,1)
Correct
Incorrect
-
Question 26 of 35
26. Question
Predict the output:
>>>S = ‘tech\tip\nnow’
>>>len(S)Correct
Incorrect
-
Question 27 of 35
27. Question
Predict the result of following expression:
(5*4/5//4)*2**3**2Correct
Incorrect
-
Question 28 of 35
28. Question
For given List:
L = [12,56,22,6,39,43,10,18]
Which of the following is incorrect in regard of deleting element(s)?Correct
Incorrect
-
Question 29 of 35
29. Question
For given string of length 16, what will resultant string contains after S[-14:20:3]
Correct
Incorrect
-
Question 30 of 35
30. Question
Select appropriate code to create following dictionary D:
{1: 20, 2: 30}Correct
Incorrect
-
Question 31 of 35
31. Question
Which of the following is not a utility?
Correct
Incorrect
-
Question 32 of 35
32. Question
Binary equivalent of (573)8 is
Correct
Incorrect
-
Question 33 of 35
33. Question
ASCII code is
Correct
Incorrect
-
Question 34 of 35
34. Question
write equivalent Boolean expression for the following logic circuits:
Correct
Incorrect
-
Question 35 of 35
35. Question
Which of the following is correct code to plot line chart with dotted linestyle?
Correct
Incorrect