Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageFilter by category, type, and difficulty. Reading is open for everyone.
Answer: -a
ls -a lists all files including hidden ones (starting with .). ls -l shows detailed list; ls -h makes sizes human-readable; ls -la combines both. Hidden files store configuration data. Understanding command-line flags is fundamental for Linux administration questions in technical exams.
Answer: False
JavaScript was designed for client-side execution in web browsers to enable interactive web pages. Server-side JavaScript (Node.js) is possible but not the primary use case. Understanding client-server architecture is fundamental for web technology questions in SSC and banking exams.
Answer: <a>
The anchor tag <a> with href attribute creates hyperlinks in HTML. Example: <a href='https://example.com'>Link</a>. Fundamental for web development basics tested in SSC and Railway exams. Other tags: <img> for images, <p> for paragraphs, <div> for containers.
Answer: True
Lists ([]) can be modified after creation: append, remove, change elements. Tuples (()) cannot be changed once created, making them hashable and usable as dictionary keys. Immutability provides safety for fixed data, while mutability offers flexibility for dynamic collections. Choosing appropriately improves code correctness and performance.
Answer: boolean
Boolean data type represents two values: true or false. Named after George Boole, founder of Boolean algebra. Used in conditional statements, loops, and logical operations. Some languages (C) use integers (0=false, non-zero=true), but modern languages (Java, Python, C#) have dedicated bool type for clarity and type safety.
Answer: True
Ohm's Law: I = V/R, where I=current (Amperes), V=voltage (Volts), R=resistance (Ohms). Fundamental for circuit analysis, component selection, and troubleshooting. Applies to ohmic materials at constant temperature. Non-ohmic devices (diodes, transistors) have non-linear V-I characteristics requiring advanced modeling.
Answer: ==
Double equals (==) checks value equality in C, Java, Python, JavaScript. Single equals (=) is assignment operator. Triple equals (===) in JavaScript checks value AND type equality. := is assignment in Pascal/Go. Understanding operator precedence and type coercion is crucial for writing correct conditional logic in exams and real code.
Answer: MyGov
MyGov is a citizen engagement platform launched under Digital India. Enables Indians to participate in policy discussions, submit ideas, vote on proposals, and provide feedback on government initiatives. Fosters collaborative governance, transparent decision-making, and inclusive policy formulation through digital participation.
Answer: True
PSLV has four stages: 1st and 3rd use solid propellant; 2nd and 4th use liquid propellant. Strap-on solid boosters enhance lift-off thrust. This alternating design optimizes performance for polar and sun-synchronous orbits. PSLV's reliability and versatility made it ISRO's workhorse for earth observation and small satellite launches.
Answer: CPGRAMS
CPGRAMS (Centralized Public Grievance Redress and Monitoring System) is an online platform for lodging and tracking grievances against central government ministries/departments. Features: unique registration number, escalation mechanism, time-bound resolution, and public dashboard. Promotes accountability and responsive governance.
Answer: Platform
PaaS (Platform as a Service) provides development platforms (runtime, middleware, OS) managed by provider. Customers deploy and manage applications and data without worrying about infrastructure. Examples: Google App Engine, AWS Elastic Beanstalk, Azure App Service. Contrasts with IaaS (customer manages OS+) and SaaS (provider manages all).
Answer: UMANG
UMANG (Unified Mobile Application for New-age Governance) is a single app providing access to 1,200+ central and state services: Aadhaar, PAN, EPFO, utilities, education, health. Features: multilingual support, voice search, offline access. MyGov is for engagement; DigiLocker for documents; UMANG for service delivery.
Answer: Local Area Network
LAN (Local Area Network) connects devices within a limited area like home, office, or campus using Ethernet or Wi-Fi. Enables resource sharing (printers, files) and internet access. Contrasted with WAN (Wide Area Network) like internet that spans large geographic distances.
Answer: .xlsx
.xlsx is the default extension for Excel workbooks (XML-based format introduced in Office 2007). Older .xls format is binary. Other extensions: .docx (Word), .pptx (PowerPoint), .pdf (portable document). File extensions help OS identify appropriate applications for opening files.
Answer: True
Ayushman Bharat Digital Mission (ABDM) assigns 14-digit ABHA (Ayushman Bharat Health Account) numbers as unique health IDs. Enables consent-based sharing of health records across providers, teleconsultations, and personalized care. Part of India's digital health infrastructure transformation.
Answer: USB
USB (Universal Serial Bus) is the standard port for keyboards, mice, and most peripherals. Replaced legacy PS/2 ports. USB-C offers reversible connector and higher power/data transfer. Wireless keyboards use Bluetooth or RF dongles, but USB remains universal for wired connections.
Answer: Caps Lock
Caps Lock toggles alphabetic keys to produce uppercase letters without holding Shift. Shift produces uppercase only while pressed. Caps Lock indicator (LED) shows active state. Useful for typing headings or acronyms; accidental activation is a common user frustration.
Answer: True
e-KYC (Electronic Know Your Customer) uses Aadhaar authentication to verify identity digitally, reducing paperwork and processing time. Enabled for banking, telecom, pensions, and subsidies. Consent-based and secure, with audit trails. Supreme Court guidelines ensure privacy and purpose limitation.
Answer: F5 or Ctrl+R
F5 or Ctrl+R refreshes/reloads the current webpage to fetch latest content from server. Ctrl+F5 performs hard refresh bypassing cache. These shortcuts improve productivity when checking for updated information or troubleshooting loading issues.
Answer: PAHAL/MyLPG
PAHAL (Pratyaksh Hanstantrit Labh) is the DBT scheme for LPG subsidies, accessible via MyLPG app. Enables direct subsidy transfer to bank accounts, reducing leakage and ensuring benefits reach genuine beneficiaries.