
Round 1 (Tech Utsav)
Authored by SIDDHARTH 2363063
Computers
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
def rotLeft(a, d):
d %= len(a)
return a[d:] + a[:d]
The input is:
a = [1, 2, 3, 4, 5]
d = 2
[3, 4, 5, 1, 2]
[1, 2, 3, 4, 5]
[4, 5, 1, 2, 3]
[5, 1, 2, 3, 4]
2.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
The tolerance bands: gold; silver; brown, represent:
10%, 5%, 1%
5%, 10%, 2%
5%, 10%, 1%
10%, 5%, 2%
3.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
def calculate(n):
result = [ ]
for i in range(1, n + 1):
if i % 2 == 0:
result.append(i ** 2)
else:
result.append(i ** 3)
return result
n = 5
output = calculate(n)
print(output)
Input is :
n =5
[1, 4, 9, 16, 25]
[1, 2, 3, 4, 5]
[1, 4, 27, 16, 125]
[1, 8, 27, 64, 125]
4.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Name the three leads of a common transistor
Collector Bias Omitter
Emitter Collector Bias
Base Collector Case
Collector Base Emitter
5.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Which of the following is a type of error associated with digital-to-analog converters (DACs)?
nonmonotonic error
incorrect output codes
offset error
nonmonotonic and offset error
6.
MULTIPLE SELECT QUESTION
5 sec • 1 pt
def is_full_of_colors(seq):
red, green, yellow, blue = 0, 0, 0, 0
for i, c in enumerate(seq):
if c == 'R': red += 1
elif c == 'G': green += 1
elif c == 'Y': yellow += 1
elif c == 'B': blue += 1
if abs(red - green) > 1 or abs(yellow - blue) > 1: return False
return red == green and yellow == blue
T = int(input())
for _ in range(T):
print(is_full_of_colors(input().strip()))
The inputs are :
T = 3
Test Cases:
1. "RGRGRB"
2. "RGBY"
3. "RRGGBB"
True
True
False
False
True
True
True
False
False
True
False
True
7.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Guess the next number
230 460 46 92 9.2 .......
18.4
18
18.2
20.4
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?
Similar Resources on Wayground
16 questions
Algo Quiz
Quiz
•
University
10 questions
Server Administration- Quiz 1
Quiz
•
12th Grade - University
13 questions
Computer Science: CPU performance
Quiz
•
University
20 questions
DI (EM24) - Diseño de Contenidos (T8)
Quiz
•
University - Professi...
15 questions
Cuestionario sobre seguridad en línea
Quiz
•
2nd Grade - University
20 questions
The Internet
Quiz
•
University
18 questions
videojuegos generales
Quiz
•
University
20 questions
COA_QUIZ_UNIT I
Quiz
•
University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University