CENTURION UNIVERSITY OF TECHNOLOGY & MANAGEMENT
ANDHRA PRADESH
EXAMINATION CELL
SUBJECT NAME: ADVANCED WEB PROGRAMMING
SUBJECT CODE: CUTM1030
MODULE NO: 6
S. NO MCQ
1 What is Drupal?
A YES
A content management system
B A programming language
C An operating system
D A database management system
2 Who developed Drupal?
A Dries Buytaert YES
B Bill Gates
C Mark Zuckerberg
D Steve Jobs
3 What is the current stable release of
Drupal?
A
Drupal 7
B Drupal 8
C Drupal 9 YES
D Drupal 10
4 Which programming language is used to
develop Drupal?
A PHP YES
B JavaScript
C Python
D Ruby
5 Which database management system is
used by Drupal?
A MySQL YES
B PostgreSQL
C Oracle
D MongoDB
6 Which template engine is used by Drupal?
A Twig YES
B Blade
C Smarty
D Jinja
7 What is a module in Drupal?
A A piece of code that adds functionality to YES
Drupal
B A user interface element in Drupal
C A database table in Drupal
D A programming language in Drupal
8 What is a theme in Drupal?
A A collection of files that define the look YES
and feel of a Drupal site
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal
9 Which of the following is a core module in
Drupal?
A Views YES
B
Rules
C
Panels
D
Field Group
10 Which of the following is NOT a core
module in Drupal?
A
Pathauto
B
Devel
C YES
Media
D
Views
11 Which of the following is a content type in
Drupal?
A Article
B Page
C Basic page
D All of the above YES
12 Which of the following is NOT a content
type in Drupal?
A Blog
B Basic page
C
News
D YES
Comment
13 What is a block in Drupal?
A A user interface element that can be YES
placed in regions of a page
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal
14 What is a region in Drupal?
A A placeholder in a page layout where YES
blocks can be placed
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal
15 What is a taxonomy in Drupal?
A A way of categorizing content
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal YES
16 Which of the following is a type of
taxonomy in Drupal?
A Category
B
Tag
C
Vocabulary
D All of the above YES
17 Which of the following is NOT a type of
taxonomy in Drupal?
A User YES
B
Category
C Tag
D Vocabulary
18 What is a view in Drupal?
A A way of displaying content YES
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal
19 Which programming language is used to
develop Drupal?
A Java
B
Ruby
C YES
PHP
D
Python
20 What is the minimum PHP version
required to run Drupal 8?
A PHP 5.4
B
PHP 5.6
C
PHP 7.0
D YES
PHP 7.1
21
What is a module in Drupal?
A
A type of content
B A collection of PHP files that extend YES
Drupal's functionality
C
A theme template
D A database table
22 What is the name of the default Drupal
theme?
A YES
Bartik
B
Garland
C
Zen
D
AdaptiveTheme
23 What is the purpose of Drupal's hook
system?
A To allow modules to alter the behavior of YES
other modules
B To provide a way for modules to define
new URLs and pages
C To define the structure of Drupal's
database schema
D To provide a way for modules to manage
user permissions
24 Which of the following is not a content
type in Drupal?
A
Article
Basic page
C
Blog post
D YES
Category
25
What is a view in Drupal?
A
A theme template file
A custom module
C YES
A way to display content in a certain way
D
A type of user role
26 What is the difference between a block
and a region in Drupal?
A A block is a type of content, while a YES
region is a section of a page
A block is a section of a page, while a
region is a type of content
C
A block and a region are the same thing
D
A block is a type of user role, while a
region is a type of permission
27
What is the purpose of the Drupal cache?
A YES
To speed up the loading of pages
To improve security
C
To store user data
D
To prevent spam
28 Which database management system is
supported by Drupal?
A MySQL
B
PostgreSQL
C
SQLite
D YES
All of the above
29 What is Drupal?
A A content management system YES
A programming language
C
An operating system
D
A database management system
30 Who developed Drupal?
A YES
Dries Buytaert
B Bill Gates
Mark Zuckerberg
D
Steve Jobs
31
What is the current stable release of
Drupal?
A Drupal 7
Drupal 8
C YES
Drupal 9
D
Drupal 10
32 Which programming language is used to
develop Drupal?
A PHP YES
JavaScript
C Python
D Ruby
33
Which database management system is
used by Drupal?
A YES
MySQL
PostgreSQL
Oracle
MongoDB
34
Which template engine is used by Drupal?
A YES
Twig
B
Blade
C
Smarty
D
Jinja
35 What is a module in Drupal?
A YES
A piece of code that adds functionality to
Drupal
B
A user interface element in Drupal
C
A database table in Drupal
D
A programming language in Drupal
36 What is a theme in Drupal?
A A collection of files that define the look YES
and feel of a Drupal site
A module that adds functionality to
Drupal
C A programming language in Drupal
A database table in Drupal
37
Which of the following is a core module in
Drupal?
A YES
Views
B
Rules
C
Panels
D
Field Group
38
Which of the following is NOT a core
module in Drupal?
A Pathauto
Devel
C YES
Media
D
Views
39
Which of the following is a content type in
Drupal?
A
Article
B
Page
C
Basic page
D YES
All of the above
40
Which of the following is NOT a content
type in Drupal?
A
Blog
B
Basic page
C
News
D YES
Comment
41 What is a block in Drupal?
A A user interface element that can be YES
placed in regions of a page
B A module that adds functionality to
Drupal
C
A programming language in Drupal
D A database table in Drupal
42 What is a region in Drupal?
A A placeholder in a page layout where YES
blocks can be placed
B A module that adds functionality to
Drupal
C A programming language in Drupal
D A database table in Drupal
43
What is a taxonomy in Drupal?
A YES
A way of categorizing content
B A module that adds functionality to
Drupal
C
A programming language in Drupal
D
A database table in Drupal
44 Which of the following is a type of
taxonomy in Drupal?
A
Category
B
Tag
C
Vocabulary
D YES
All of the above
45 Which of the following is NOT a type of
taxonomy in Drupal?
A YES
User
B
Category
C
Tag
D
Vocabulary
46
What is a view in Drupal?
A YES
A way of displaying content
B A module that adds functionality to
Drupal
C
A programming language in Drupal
D
A database table in Drupal
47 Which programming language is used to
develop Drupal?
A
Java
B
Ruby
C YES
PHP
D
Python
48 What is the minimum PHP version
required to run Drupal 8?
A
PHP 5.4
B
PHP 5.6
C
PHP 7.0
D YES
PHP 7.1
49
What is a module in Drupal?
A
A type of content
B A collection of PHP files that extend YES
Drupal's functionality
C
A theme template
D
A database table
50 What is the name of the default Drupal
theme?
A Bartik YES
B
Garland
C
Zen
D
AdaptiveTheme