MCQsExam.com
Which of the following is used to explore the Internet?
- A-Browser
- B-Spreadsheet
- C-Clipboard
- D-Draw
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / HTML
Height attribute specifies the height of which frame?
- A-iframe
- B-jframe
- C-inline frame
- D-outline frame
- Posted By: MCQSEXAM
- Computer Science MCQs / HTML
Seamless is a __________ type of attribute.
- A-integer
- B-Char
- C-Boolean
- D-Float
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / HTML
Canvas is able to draw the 2D graphics using—————-
- A-XML
- B-HTML
- C-Java script
- D-XHTML
- Posted 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()
- Posted 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
- Posted 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
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / HTML
________ property returns the url of current audio/video.
- A-currentSrc
- B-controls
- C-ended
- D-mediaGroup
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / HTML
<canvas> elements is only a _________ to the graphics.
- A-component
- B-container
- C-attribute
- D-method
- Posted 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>
- Posted 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>
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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%’;
- Posted By: MCQSEXAM
- Computer Science MCQs / MySQL
USE keyword is used to select a ____
- A-Table
- B-Column
- C-Database
- D-All of the above
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / MySQL
How much character are allowed to create database name?
- A-55
- B-72
- C-64
- D-125
- Posted 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
- Posted 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
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / MySQL
Which function used to get the current time in mysql?
- A-getTime()
- B-Time()
- C-NOW()
- D-Date()
- Posted 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)
- Posted 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
- Posted 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$
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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()
- Posted 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()
- Posted 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()
- Posted 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()
- Posted By: MCQSEXAM
- Computer Science MCQs / PHP
PHP’s numerically indexed array begin with position __.
- A-1
- B-2
- C-0
- D--1
- Posted 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 }
- Posted 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
- Posted 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
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / PHP
A PHP script should start with ___ and end with ___:
- A-< php >
- B-< ? php ?>
- C-<?php ?>
- D-<?!-- ?>
- Posted 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
- Posted 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()
- Posted 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
- Posted 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
- Posted 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()
- Posted By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
DocBlocks are indicated by opening a comment using ___.
- A-/*
- B-//*
- C-/**
- D-/*/
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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
- Posted 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()
- Posted 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
- Posted 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()
- Posted 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
- Posted 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
- Posted 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
- Posted 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-^
- Posted 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″)
- Posted 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
- Posted By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
MCQs Exam
- MCQs
- Computer Science MCQs (525)
- Mathematics MCQs (20)
- English MCQs (189)
- Data Science (811)
- Current Affairs MCQs (29)
- Everyday Science MCQs (109)
- Project Management (191)
- Islamic Studies (115)
- Psychology (28)
- Engineering (17)
- Accounting (11)
- Artificial Intelligence (31)
- Database Management Systems (4)
- Environmental Science (402)
- Economics (180)
- General Knowledge (GK) (40)
- Reasoning & Aptitude (80)
- History Pakistan (19)
- Geography (64)
- Sociology (136)
- Agriculture (200)
- Education (200)
- Computer Science MCQs
- PHP (79)
- Dot NET (7)
- Algorithms and Data Structures (48)
- Software Engineering (46)
- Database Management Systems (13)
- Computer Networks (11)
- Operating Systems (18)
- Artificial Intelligence (AI) and Machine Learning (ML) (8)
- Computer Graphics (9)
- Cybersecurity (14)
- Mobile Computing (3)
- HTML (73)
- JAVA (4)
- Cascading Style Sheets - CSS (6)
- Javascript (15)
- MySQL (43)
- Jquery (25)
- Bootstrap (32)
- REACT (11)
- C# (11)
- Django (49)
- Data Science MCQs
- Machine Learning Algorithms (21)
- Natural Language Processing (NLP) (23)
- Big Data Analytics (30)
- Data Visualization (13)
- Deep Learning (13)
- Time Series Analysis (5)
- Reinforcement Learning (13)
- Text Mining (23)
- Bayesian Statistics (24)
- Quantum Computing in Data Science (31)
- Python (138)
- NumPy (73)
- Matplotlib (50)
- TensorFlow (37)
- Power BI (138)
- Linear Regression (14)
- Logistic Regression (14)
- Decision Trees (12)
- Random Forests (22)
- Support Vector Machines (SVM) (22)
- Neural Networks (22)
- K-Nearest Neighbors (KNN) (22)
- Naive Bayes (15)
- Gradient Boosting Machines (GBM) (15)
- Recurrent Neural Networks (RNNs) (21)
- English MCQs
- Antonyms Mcqs (30)
- Synonyms Mcqs (26)
- Idioms And Phrases Mcqs (26)
- Grammer and Vocabulary (107)
- Current Affairs MCQs
- Current Affairs Pakistan (29)