wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Codify-Code Navigators

Total questions: 5

Worksheet time: 45mins

Name
Class
Date
1.

Identify the odd one out:

a)

Router

b)

Switch

c)

CPU

d)

Hub

2.

Create a function that takes a name as input and prints “Hello, [Name]!”
Input: John
Output: Hello, John!

4 lines
3.

Write an algorithm to find the largest number among three inputs.
Input: 3, 7, 2
Output: 7

4 lines
4.

Write a python program that adds 0-7 numbers and show the sum of all.

4 lines
5.

Write a python program to print multiplication table for any input number.
Input: 3

4 lines