TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

University

15 Qs

quiz-placeholder

Similar activities

ETS Algoritma dan Struktur Data

ETS Algoritma dan Struktur Data

University

15 Qs

Internal Lab Quiz-1 CSECS

Internal Lab Quiz-1 CSECS

University

10 Qs

Day 1 Data Science Workshop Quiz

Day 1 Data Science Workshop Quiz

University

10 Qs

Natural Language Processing CT-1

Natural Language Processing CT-1

University

20 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

11th Grade - University

20 Qs

p2rt

p2rt

7th Grade - University

10 Qs

Introducción al Pseudocódigo

Introducción al Pseudocódigo

University

10 Qs

Quiz sobre estructuras de datos

Quiz sobre estructuras de datos

University

10 Qs

TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

Assessment

Quiz

Engineering

University

Hard

Created by

Santhoshkumar M

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. Which language uses the following syntax for a function definition and call?

def greet(name):

print("Hello, " + name + "!")

greet("John")

C

PYTHON

JAVA

NONE OF THESE

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is Python code compiled or interpreted?

a) Python code is both compiled and interpreted

b) Python code is neither compiled nor interpreted

c) Python code is only compiled

d) Python code is only interpreted

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not an OOPS concept in Java?

a) Polymorphism

b) Inheritance

c) Compilation

d) Encapsulation

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is a python package used for 2D graphics?

Matplotlib.pyplot


Matplotlib.pip

Matplotlib.numpy

Matplotlib.plt

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the value of the following Python expression?

4+3% 5

7

 2

4

1

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag creates the largest heading in HTML?

<h6>

<h1>

<header>

<head>

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How is a comment inserted in an HTML document?


<!-- comment -->


// comment //

/* comment */

# comment

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?