MCQsExam.com
Which of the following is used to explore the Internet?
- A-Browser
- B-Spreadsheet
- C-Clipboard
- D-Draw
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which would be the best keyword(s) for you to enter to search an electronic encyclopedia for information about the World Cup soccer tournament?
- A-Soccer
- B-Soccer tournament
- C-Sports
- D-World Cup soccer
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Height attribute specifies the height of which frame?
- A-iframe
- B-jframe
- C-inline frame
- D-outline frame
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Seamless is a __________ type of attribute.
- A-integer
- B-Char
- C-Boolean
- D-Float
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which storage object is used for storing the data with no expiry date?
- A-Session storage
- B-local storage
- C-mass storage
- D-stack storage
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Canvas is able to draw the 2D graphics using—————-
- A-XML
- B-HTML
- C-Java script
- D-XHTML
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
_________ Function displays the latitude or Longitude in geoLocation in HTML5.
- A-showLocation()
- B-showPosition()
- C-both a and b
- D-showStatus()
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Where does web worker(s) script run?
- A-in forground
- B-in background
- C-both a and b
- D-can’t determinte
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which file is used by the browser to fetch the appropriate data ?
- A-Text file
- B-HTML file
- C-XML file
- D-manifest file
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
The manifest file is __________.
- A-Text file
- B-HTML file
- C-XML file
- D-java file
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
________ property returns the url of current audio/video.
- A-currentSrc
- B-controls
- C-ended
- D-mediaGroup
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Terminate() method in HTML5 is used for ____________.
- A-terminate everything
- B-terminate all method
- C-terminate a web worker
- D-terminate program
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
<canvas> elements is only a _________ to the graphics.
- A-component
- B-container
- C-attribute
- D-method
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
For defining the possible link break which tag do we have to use HTML5?
- A-<video>
- B-<track>
- C-<summary>
- D-<wbr>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which element provides a secure way to authenticate the user?
- A-<keygen>
- B-<datalist>
- C-<output>
- D-<input>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Target attribute is used for
- A-opening new document
- B-selecting previous document
- C-deleting frame
- D-none of above
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
<output> element represent?
- A-Authenticate the user
- B-Result of a calculation
- C-Pre-defines value
- D-none of these
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
Which of the following term describes the art of making dynamic & interactive pages?
- A-DHTML
- B-HTML
- C-XHTML
- D-XML
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software?
- A-Conventional testing
- B-OO system validation testing
- C-Test case design
- D-Both Conventional testing and OO system validation testing
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
_____________ categorizes class operations based on the generic function that each performs.
- A-Category-based partitioning
- B-Attribute-based partitioning
- C-State-based partitioning
- D-None of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
What refers to the externally observable structure of an OO program?
- A-Deep structure
- B-Surface structure
- C-Core structure
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
The object of ___________within an OO system is to design tests that have a high likelihood of uncovering plausible bugs.
- A-Fault-based testing
- B-Integration testing
- C-Use-based testing
- D-Scenario-based testing
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which of the following is a part of testing OO code?
- A-Validation tests
- B-Integration tests
- C-Class tests
- D-System tests
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
__________ methods can be used to drive validations tests?
- A-Yellow-box testing
- B-Black-box testing
- C-White-box testing
- D-All of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which of the following is one of the steps in the integration testing of OO software?
- A-cluster testing
- B-thread-based testing
- C-use-based testing
- D-none of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which testing integrates the set of classes required to respond to one input or event for the system?
- A-cluster testing
- B-thread-based testing
- C-use-based testing
- D-none of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
The construction of object-oriented software begins with the creation of
- A-design model
- B-analysis model
- C-code levels
- D-both design and analysis model
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
A make-buy decision is based on whether
- A-The software may be purchased off-the-shelf
- B-“Full-experience” or “Partial-experience” software components should be used
- C-Customer-built software should be developed
- D-All of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Who suggested the four different approaches to the sizing problem?
- A-Putnam
- B-Myers
- C-Boehm
- D-Putnam and Myers
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
How many forms exists of Barry Boehm’s COCOMO Model?
- A-Two
- B-Three
- C-Four
- D-No form exists
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
The expected value for the estimation variable (size), S, can be computed as a weighted average of the optimistic(Sopt), most likely (Sm), and pessimistic (Spess) estimates given as
- A-EV = (Sopt + 4Sm + Spess)/4
- B-EV = (Sopt + 4Sm + Spess)/6
- C-EV = (Sopt + 2Sm + Spess)/6
- D-EV = (Sopt + 2Sm + Spess)/4
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which software project sizing approach develops estimates of the information domain characteristics?
- A-Function point sizing
- B-Change sizing
- C-Standard component sizing
- D-Fuzzy logic sizing
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
If a Direct approach to software project sizing is taken, size can be measured in
- A-LOC
- B-FP
- C-OC and FP
- D-None of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Why is decomposition technique required?
- A-Software project estimation is a form of problem solving
- B-Developing a cost and effort estimate for a software project is too complex
- C-All of the mentioned
- D-None of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which of the following is a example of Configuration Items ?
- A-SCM procedures
- B-Source code
- C-Software design descriptions
- D-All of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
How are baselines verified?
- A-By reviews
- B-By inspections
- C-By testing of code
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
What is one or more software configuration items that have been formally reviewed and agreed upon and serve as a basis for further development?
- A-Baseline
- B-Cumulative changes
- C-CM
- D-Change Control
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which of the following is not a change management process?
- A-Log the changes
- B-Estimate impact on effort and schedule
- C-Review impact with stakeholders
- D-None of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
What allows different projects to use the same source files at the same time?
- A-Version Control
- B-Access control
- C-CM Process
- D-Version Control and Access control
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
Which of the following is not a main phase in Configuration Management (CM) Process?
- A-CM Planning
- B-Executing the CM process
- C-CM audits
- D-None of the mentioned
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
When code is made available to others, it goes in a/an?
- A-hard drive
- B-access-controlled library
- C-servers
- D-access control
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
SCM stands for
- A-Software Control Management
- B-Software Configuration Management
- C-Software Concept Management
- D-None of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
When do we use a HAVING clause?
- A-To limit the output of a query
- B-To limit the output of a query using an aggregate function only
- C-When GROUP by is used
- D-Both a and c above
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
A view is nothing but a _____________ table or a stored query.
- A-Dynamic
- B-Real
- C-Virtual
- D-Static
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
How do I find out all databases, starting with `test to which I have access to?
- A-SHOW DATABASES LIKE `%test%`;
- B-SHOW DATABASES LIKE `%test;
- C-SHOW DATABASES LIKE `’test’%’;
- D-SHOW DATABASES LIKE `%test%’;
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
USE keyword is used to select a ____
- A-Table
- B-Column
- C-Database
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
Which of the following ways below are the correct way to get the current date?
- A-SELECT CURTIME();
- B-SELECT CURDATE();
- C-SLELCT CURRRENT_TIME()
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
How can we get the number of records or rows in a table?
- A-Using COUNT
- B-Using NUM
- C-Using NUMBER
- D-Both a and c above
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
What is a candidate key?
- A-Used to uniquely identify a row
- B-Alias for primary key
- C-Used to identify a column
- D-Alias for foreign key
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
On executing the DELETE command, if you get an error “foreign key constraint” – what does it imply?
- A-Foreign key not defined
- B-Table is empty
- C-Connectivity issue
- D-Data is present in the other table
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
i-am-a-dummy flag is used Make the MySQL engine refuse UPDATE and which other command?
- A-WHERE
- B-INSERT
- C-DELETE
- D-TRUNCATE
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
Which of the following file extension is valid MyISAM file extension?
- A-.ism
- B-.myd
- C-.my
- D-.mys
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
How much storage space does DATETIME require?
- A-4 bytes
- B-2 bytes
- C-8 bytes
- D-1 bytes
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
. User() function return the current user name and ___________
- A-password
- B-host name
- C-both a and b above
- D-database name associated with the user
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
A SELECT command without a WHERE clause returns?
- A-All the records from a table that match the previous WHERE clause
- B-All the records from a table, or information about all the records
- C-SELECT is invalid without a WHERE clause
- D-Nothing
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
The main MySQL program that does all the data handling is called?
- A-mysql.exe
- B-mysql
- C-mysqld
- D-httpd
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
Which of the following commands should be used to create a database named “student”?
- A-CREATE ?I student
- B-CREATE DATABASE student
- C-DATABASE /student
- D-DATABSE student
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
How much character are allowed to create database name?
- A-55
- B-72
- C-64
- D-125
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which of the following is used to delete an entire MYSQL database?
- A-mysql_drop_database
- B-mysql_drop_entiredb
- C-mysql_drop_db
- D-mysql_drop_dbase
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
What SQL clause is used to restrict the rows returned by a query?
- A-AND
- B-WHERE
- C-HAVING
- D-FROM
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which of the following is not a valid aggregate function?
- A-COUNT
- B-MIN
- C-MAX
- D-COMPUTE
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
Which function used to get the current time in mysql?
- A-getTime()
- B-Time()
- C-NOW()
- D-Date()
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
In a LIKE clause, you can ask for any 6 letter value by writing?
- A-LIKE ??????
- B-LIKE .{6} Answer 5: LIKE ^.{6}$
- C-LIKE …… (that’s six dots)
- D-LIKE ______ (that’s six underscore characters)
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
MySQL is
- A-A Programming language
- B-A Programming language
- C-A technique for writing reliable programs
- D-A Relational Database Management System
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
In a LIKE clause, you can could ask for any value ending in “qpt” by writing
- A-LIKE %qpt
- B-LIKE *ton
- C-LIKE ton$
- D-LIKE ^.*ton$
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
Which SQL statement is used to insert a new data in a database?
- A-INSERT INTO
- B-UPDATE
- C-ADD
- D-INSERT NEW
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
To use MySQL on your computer, you’ll need?
- A-FTP and Telnet
- B-Some sort of client program to access the databases
- C-A Browser
- D-Perl, PHP or Java
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which of the following can add a row to a table?
- A-Add
- B-Insert
- C-Update
- D-Alter
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
To remove duplicate rows from the result set of a SELECT use the following keyword:
- A-NO DUPLICATE
- B-UNIQUE
- C-DISTINCT
- D-None of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
MySQL runs on which operating systems?
- A-Linux and Mac OS-X only
- B-Any operating system at all
- C-Unix, Linux, Windows and others
- D-Unix and Linux only
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which function returns an array consisting of associative key/value pairs?
- A-count()
- B-array_count()
- C-array_count_values()
- D-count_values()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which function can be used to move the pointer to the previous array position?
- A-last()
- B-before()
- C-prev()
- D-previous()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which in-built function will add a value to the end of an array?
- A-array_unshift()
- B-into_array()
- C-inend_array()
- D-array_push()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which function will return true if a variable is an array or false if it is not?
- A-this_array()
- B-is_array()
- C-do_array()
- D-in_array()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
PHP’s numerically indexed array begin with position __.
- A-1
- B-2
- C-0
- D--1
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which one of the following is the right way of defining a function in PHP?
- A-function { function body }
- B-data type functionName(parameters) { function body }
- C-functionName(parameters) { function body }
- D-function fumctionName(parameters) { function body }
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which version of PHP introduced Try/catch Exception?
- A-PHP 4
- B-PHP 5
- C-PHP 5.3
- D-PHP 6
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which of the following must be installed on your computer so as to run PHP script?
- A-Adobe Dreamweaver
- B-PHP
- C-Apache
- D-All of above
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which of the following is/are a PHP code editor?
- A-MS word
- B-MS Power Point
- C-Adobe Dreamweaver
- D-PDT
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
A PHP script should start with ___ and end with ___:
- A-< php >
- B-< ? php ?>
- C-<?php ?>
- D-<?!-- ?>
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
PHP files have a default file extension of..
- A-.html
- B-.xml
- C-.php
- D-.ph
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which function do you have to use to check whether the $path you’ve stored exists?
- A-path_dir()
- B-path()
- C-is_dir()
- D-path_dir()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
You use the $_SERVER superglobal and your ___ property to create your path to check.
- A-$load_dir
- B-$load
- C-$save
- D-$save_dir
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Before you try to process the file, you need to make sure that your $err value is equivalent to ___.
- A-UPLOAD_ERR_OK
- B-UPLOAD_NO_ERR
- C-UPLOAD_ERR_NO_OK
- D-UPLOAD_ERR
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
To process the file, you need to break the array from $_FILES into individual values. You can do this using the ___ function
- A-divide()
- B-list()
- C-break()
- D-indi()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
DocBlocks are indicated by opening a comment using ___.
- A-/*
- B-//*
- C-/**
- D-/*/
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
To make the ImageHandler class portable you should create a separate file for it called ___.
- A-imagehandler.inc.php
- B-images.inc.php
- C-handler.inc.php
- D-imghandler.inc.php
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
To check whether a file was uploaded, you look in the ___ superglobal array.
- A-$_FILES
- B-$_DOCS
- C-$_DOCUMENTS
- D-$_FOLDERS
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
When you’re uploading files you need to set the enctype of the form to ___.
- A-text
- B-text/file
- C-multipart/form-data
- D-multimedia/form-data
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which one of the following filter checks if variable of specified type exists?
- A-filter_has_var
- B-filter_var
- C-filter_id
- D-filter_var_array
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which one of the following filter is used to filter several variables with the same or different filters?
- A-filter_var_array()
- B-filter_var()
- C-filter_input
- D-filter_input_array
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which function is responsible for sending a custom message to the system log?
- A-systemlog()
- B-syslog()
- C-log_system()
- D-sys_log()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console?
- A-LOG_CONS
- B-LOG_NDELAY
- C-LOG_ODELAY
- D-LOG_PERROR
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions?
- A-define_variable()
- B-define_log_variable()
- C-log_variable()
- D-define_syslog_variable()
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line?
- A-ignore_repeated_errors
- B-ignore_repeat_error
- C-repeatedly_ignore_error
- D-repeated_error_ignore
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which version introduced the function error_get_last()?
- A-PHP 4
- B-PHP 5
- C-HP 5.2
- D-PHP 5.3
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Say you want to report error concerned about fatal run-time, fatal compile-time error and core error which statement would you use?
- A-error_reporting = E_ALL
- B-error_reporting = E_ERROR | E_PARSE | E_CORE_ERROR
- C-error_reporting = E_ERROR | E_COMPILE_WARNING | E_CORE_ERROR
- D-error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
Which character do the error_reporting directive use to represent the logical operator NOT in PHP?
- A-/
- B-!
- C-~
- D-^
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed?
- A-$date = Date(“22 JUNE 2013″)
- B-$date = new Date(“JUNE 22 2013″)
- C-$date = DateTime(“22 JUNE 2013″)
- D-$date = new DateTime(“22 JUNE 2013″)
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
What is the description of Error level E_ERROR?
- A-Fatal run-time error
- B-Near-fatal error
- C-Compile-time error
- D-Fatal Compile-time error
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
MCQs Exam
- General MCQs
- PHP
- Dot NET
- Algorithms and Data Structures
- Software Engineering
- Database Management Systems
- Computer Networks
- Operating Systems
- Artificial Intelligence (AI) and Machine Learning (ML)
- Computer Graphics
- Cybersecurity
- Mobile Computing
- HTML
- JAVA
- Cascading Style Sheets - CSS
- Javascript
- Arithmetic
- Basic Maths Mcqs
- Antonyms Mcqs
- Synonyms Mcqs
- Idioms And Phrases Mcqs
- MySQL
- Grammer and Vocabulary
- Jquery
- Bootstrap
- REACT
- C#
- Django