+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
Softwares
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. What gets printed?
33
32
37
38
View Answer
2. _________ help in organizing codes by grouping requests that handle the codes in a single route and class.
Views
Application
Models
Controllers
View Answer
3. What does PHP stand for?
Private Home Page
Php pre processor
Hypeetext pre-processor
Personal Home Page
View Answer
4. The Update operation is similar to the ______ operation.
None of Them
Update
Create
Edit
View Answer
5. In Key value pairs, the value should contain validating keywords separated by the _______ symbol.
|
#
$
*
View Answer
6. The ____________ file in windows is the first file that is referenced when the operating system tries to resolve a domain name.
All of them
Hosta
Public
Local
View Answer
7. How do I create PHP arrays in a HTML
?
< input name= MyArray[]/>
" required /> < input ="MyArray[]" />
< input MyArray[] />
" required /> < input name="MyArray[]" />
View Answer
8. What is the purpose of $_SESSION[]?
Used to register a global variable
none of the above
Used to store variables of the current session
Used to initialize a session.
View Answer
9. In which variable is the users IP address stored?
$_ENV
$REMOTE_ADDR
$DOMAIN
$GLOBALS
View Answer
10. What is the difference between echo and print?
Echo can take multiple parameters where as print cannot
They both behave the same.
Print can take multiple parameters where as echo cannot
Print is a function where as echo is not.
View Answer