wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FSD_Quiz_Level_01

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

"A set of instructions to solve a particular problem. It takes a set of inputs and processes the steps one by one to produce the desired output."

a)

Rule

b)

Algorithm

c)

Flowchart

d)

None of these

2.

Which of the following is true about a compiler?

a)

Contains instructions to perform task

b)

Converts source code to machine code

c)

Checks for logic flaws in your source code

d)

None of these

3.

A young programmer writes a program to display “Welcome to Programming World” if the visitor wants to learn programming. Which of the following programming concepts he needs to use?

a)

Looping Statments

b)

Conditional Statements

c)

Both

d)

None of these

4.

A young programmer writes a program to create a timer that elapses after a particular or fixed interval. Which of the following programming concepts he needs to use?

a)

Looping Statements

b)

Conditional Statements

c)

Both

d)

None of these

5.

Which of the following statement(s) is/are true about a function?

I. Helps to divide the complex tasks into simple tasks.

II. DRY principle in software development.

III. You can create your own functions 

IV. You can call this function only once.

a)

Only I, III, IV are correct

b)

Only I, II, III are correct

c)

I, III are correct; II, IV are incorrect

d)

Only III is incorrect

6.

Choose the Correct Phase related to the following:

1. Gathering business requirement 

2. Creating process diagrams

a)

Analysis

b)

Planning

c)

Deployment

d)

Testing

7.

Choose the correct Statements related to FTP Programs?

I. File Transfer Protocol is used to communicate and transfer files between computers on a TCP/IP network.

II. As a beginner, you need to use a FTP client to access the website you’re managing.

III. FileZilla, Transmit, WinSCP, WebPack, WS_FTP, Fetch are the examples.

a)

I, II are correct; III is incorrect

b)

I & III are correct;  II is incorrect

c)

Only I & II are correct

d)

All Statements are correct

8.

Choose the correct statements related to the Automation System?

I. File Transfer Protocol is used to communicate and transfer files between computers on a TCP/IP network.

II. As a beginner, you need to use a FTP client to access the website you’re managing.

III. FileZilla, Transmit, WinSCP, WebPack, WS_FTP, Fetch are the examples.

a)

I, II are correct; III is incorrect

b)

I & III are correct;  II is incorrect

c)

Only I & III are correct

d)

All Statements are correct

9.

Choose the correct statements related to MERN Stack?

I. Stack is a collection of technologies working together to accomplish a common task.

II. MongoDB is a document based database; ExpressJS is a backend web application framework.

III. NPM acts as a package manager and it will be implemented in NodeJS only.

a)

I, II are correct; III is incorrect

b)

I & III are correct;  II is incorrect

c)

Only I & III are correct

d)

All Statements are correct

10.

“A Young Programmer started learning about HTML, He needs inputs from your end to start his web development journey”. 

Find out incorrect statements.

I. He wants to change the default font to his favorite font, it can be implemented using <style> in the index.html file.

II. He cannot change the default bullet-in type in the list items.

a)

Only I is incorrect

b)

Only II is correct

c)

I is correct; II is incorrect

d)

All Statements are correct