+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. The Update operation is similar to the ______ operation.
Update
Create
Edit
None of Them
View Answer
2. The main reason to use the query builder over writing SQL code manually is because _________.
It has few SQLite directives
It uses configuration mode for migration
It uses configuration mode for migration
It is rich in features
View Answer
3. Which of the following is the way to create comments in PHP?
/* commented code here */
all of the above
# commented code to end of line
// commented code to end of line
View Answer
4. In which variable is the users IP address stored?
$GLOBALS
$_ENV
$DOMAIN
$REMOTE_ADDR
View Answer
5. What does PHP stand for?
Hypeetext pre-processor
Personal Home Page
Private Home Page
Php pre processor
View Answer
6. _________ automatically assign routes to all functions that have been declared in the Resource.
Resource Routing
All of Them
Requests
Yield
View Answer
7. What is the difference between echo and print?
They both behave the same.
Print can take multiple parameters where as echo cannot
Echo can take multiple parameters where as print cannot
Print is a function where as echo is not.
View Answer
8. What is the purpose of $_SESSION[]?
Used to register a global variable
Used to store variables of the current session
Used to initialize a session.
none of the above
View Answer
9. What gets printed?
32
33
37
38
View Answer
10. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
Hosta
All of them
Local
Public
View Answer