wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BackEnd - Day 7

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What is data in a MySQL database organized into?

a)

Objects

b)

Tables

c)

Networks

d)

File systems

2.

What represents an ‘attribute’ in a relational database?

a)

Table

b)

Row

c)

Column

d)

Object

3.

MongoDB is a _________ database that provides high performance, high availability, and easy scalability.

a)

graph

b)

key value

c)

document

d)

all of the mentioned

4.

MongoDB stores all documents in _____________

a)

Tables

b)

Collections

c)

Rows

d)

all of the mentioned

5.

NodeJs is a _________________.

a)

Library

b)

Run time Environment

c)

Framework

6.

ExpressJs is a ________________.

a)

Library

b)

Runtime Environment

c)

Framework

d)

None of these

7.

Action attribute in HTMl forms specifies that

a)

Which HTTP method is used

b)

Which action is going on

c)

Where to submit the form

d)

The auto completion of form

8.

Which tag is used for php

a)

<?php

?>

b)

<style>

c)

<php ?>

d)

<php

/php>

9.

Choose the correct option.

a)

Default method in HTML is GET or POST

b)

Use of method attribute determines by which method the datas in the form will be submitted.

c)

Method can be POST or GET.

d)

Default method in HTML is GET.

10.

PHP is a____________side scripting language

a)

server

b)

browser

c)

client

11.

Variables used in php

a)

$a=5;

b)

var a=5;

c)

int a=5;

12.

_______ is a concatenation operator in php

a)

+ (plus)

b)

+=

c)

. (dot)

13.

PHP is a case sensitive

a)

TRUE

b)

FALSE

14.

find the output

<?php

$x = 1;

$x += 1;


echo $x;

?>

a)

2

b)

1

c)

0

15.

Find the output

<?php

$x = 5;

{ $x = 10;

echo $x;

}

echo $x;

?>

a)

105

b)

510

c)

1010

16.

PHP is executed on

a)

The Server

b)

The Browser

c)

The Website

d)

The Machine

17.

What is a String?

a)

Text

b)

Number

c)

True

d)

Loop

18.

What is a Boolean

a)

It's Just Text

b)

It's a Number

c)

It's Just True

d)

It's True or False

19.

What if we want a block of code to execute several times?

a)

Use a Variable

b)

Use a Function

c)

Use a Loop

d)

Use a Leap

20.

How do I print out the values of the variable "name" ?

a)

$name;

b)

include $name;

c)

echo $name;

d)

echo $name

21.

XAMPP is available for which major operating systems?

a)

Windows, macOS, and Linux

b)

Windows only

c)

macOS only

d)

Linux only

22.

What is the default web directory for placing your website files in XAMPP on Windows?

a)

/var/www

b)

/opt/lampp/htdocs

c)

C:\xampp\htdocs

d)

/Applications/XAMPP/htdocs

23.

Which component of XAMPP is used for managing and querying databases?

a)

Apache

b)

MySQL

c)

PHP

d)

Tomcat

24.

Which port number is commonly used by the Apache web server component of XAMPP?

a)

80

b)

443

c)

8080

d)

3306

25.

Which XAMPP component allows you to manage your MySQL databases through a web interface?

a)

phpMyAdmin

b)

phpPgAdmin

c)

MyAdmin

d)

XAMPPDB