Coding interview preparation
5.82K subscribers
399 photos
70 files
164 links
Download Telegram
The break statement is used to take control out of switch and continue statement is used to take control of the beginning of the switch?
Anonymous Quiz
73%
Yes
27%
No
🔥1🥰1👏1
Roadmap for BlockChain Technology
👍7
Which is more effective while calling the C++ functions?
Anonymous Quiz
27%
call by object
21%
call by pointer
17%
call by value
35%
call by reference
Master Your PC With These Must-Know Shortcuts
👍9
If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, what is the order of removal?
Anonymous Quiz
21%
ABCD
68%
DCBA
7%
DCAB
4%
ABDC
1🔥1
ChatGPT vs Bard
👍31
Which one of the following symbol is used for creating comments in the javascript:
Anonymous Quiz
20%
\\
45%
//
28%
\* *\
7%
\* */
👍2
Roadmap for Cybersecurity
👍1
Which of these literals can be contained in float data type variable?
Anonymous Quiz
20%
-1.7e+308
37%
-3.4e+038
34%
+1.7e+308
10%
-3.4e+050
Positioning Elements with CSS Grid
4
For printing the value of a and b given, which printf() statement will you use?
Anonymous Quiz
9%
printf("%Lf %f", a, b);
29%
printf("%Lf %Lf", a, b);
24%
printf("%f %Lf", a, b);
38%
printf("%f %lf", a, b);
👍1👏1
Top 10 Websites For Internships
👍11
What will be the output of the C++ program?
Anonymous Quiz
28%
Hello
6%
World
31%
Error
36%
Hello World
Netflix Technologies
😱10👍6
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as _____________
Anonymous Quiz
60%
Queue
23%
Stack
3%
Tree
14%
Linked list
Power BI vs Tableau
👍1
11 Data Structures used in daily life
👍9
Forwarded from Web development
Some terms you should be familiar about

🔹 HTML (Hypertext Markup Language): The standard language used for creating the structure and content of web pages.
🔹 CSS (Cascading Style Sheets): A language used to describe the presentation and visual styling of HTML elements on a web page.
🔹 JavaScript: A programming language that adds interactivity and dynamic behavior to websites.
🔹 Responsive Web Design: Designing and building websites that adapt and look good on different devices and screen sizes, such as desktops, tablets, and mobile phones.
🔹 Front-end Development: The practice of creating the user-facing side of a website or application using HTML, CSS, and JavaScript.
🔹 Back-end Development: The development of the server-side logic and functionality that powers websites and applications.
🔹 API (Application Programming Interface): A set of rules and protocols that allow different software applications to communicate and share data with each other.
🔹 CMS (Content Management System): A software application that enables users to create, manage, and publish digital content on the web without requiring advanced technical knowledge.
🔹 Framework: A pre-built set of tools, libraries, and conventions that provide a foundation for building web applications, making development faster and more efficient.
🔹 UX (User Experience): The overall experience and satisfaction a user has while interacting with a website or application.
🔹 UI (User Interface): The visual design and layout of a website or application that users interact with.
🔹 SEO (Search Engine Optimization): The process of improving a website's visibility and ranking in search engine results to attract more organic (non-paid) traffic.
🔹 Domain Name: The unique address that identifies a website on the internet, such as www.example.com.
🔹 Hosting: The service of storing and making web pages or applications accessible on the internet.
🔹 SSL (Secure Sockets Layer): A security protocol that encrypts the data transmitted between a web server and a user's browser, ensuring secure communication.
🔹 Debugging: The process of identifying and fixing errors or issues in software code.
🔹 Version Control: The management of changes to software code, allowing developers to track revisions, collaborate, and revert to previous versions if needed.
🔹 Deployment: The process of making a website or application available for public use, typically by uploading it to a web server or hosting platform.
🔹 UX/UI Design: The process of creating visually appealing and user-friendly interfaces that provide a positive user experience.
🔹 Wireframe: A basic visual representation or blueprint that outlines the structure and layout of a web page or application before any detailed design elements are added.
👍9👏2