Learn/ 11th Computer Science/ Unit 6 /Short Questions

Unit 6: Emerging Technologies — Short Questions

11th Class Computer Science · Unit 6: Emerging Technologies

Definition and Overview of Emerging Technologies

1.What are emerging technologies?

Emerging technologies are newly developed or rapidly evolving tools, systems and methods that have the potential to significantly impact society, business and daily life.

2.Why is AI considered an emerging technology?

AI is considered emerging because it is still evolving and has transformative potential in fields like healthcare, education and automation.

3.How does 5G differ from previous wireless technologies?

5G offers much faster speeds, lower latency and supports a larger number of connected devices, enabling advanced applications like AR/VR and IoT.

4.What role does biotechnology play in modern medicine?

Biotechnology helps develop new medicines, improve diagnostics and create genetically modified treatments for diseases.

5.What makes quantum computing different from classical computing?

Quantum computing uses qubits that can be both 0 and 1 at the same time, allowing it to solve complex problems much faster than traditional computers.

Cloud Computing

6.Define cloud computing.

Cloud computing refers to delivering computing services — including storage, servers, databases and software — over the internet.

7.What is virtualization in cloud computing?

Virtualization allows one physical computer to act as multiple virtual machines, improving resource use and reducing costs.

8.Define scalability in cloud computing.

Scalability means the ability to increase or decrease computing resources based on demand, ensuring performance and cost efficiency.

9.What is elasticity in cloud computing?

Elasticity refers to the automatic adjustment of computing resources in response to workload changes.

10.What is on-demand access in cloud computing?

On-demand access allows users to get computing resources instantly when needed without long setup processes.

11.Name three types of cloud services.

Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS).

12.Give an example of IaaS.

Amazon Web Services (AWS) is an example of IaaS where businesses rent virtual machines.

13.What is PaaS used for?

PaaS provides a complete development and deployment environment for building and running apps without managing infrastructure.

14.What is SaaS? Give an example.

SaaS delivers software over the internet. Example: Google Workspace, Microsoft Office 365.

15.List four deployment models in cloud computing.

Public cloud, private cloud, hybrid cloud, multi-cloud.

16.What is a public cloud?

A public cloud is shared among multiple organizations and managed by a third-party provider (e.g., AWS).

17.What is a private cloud?

A private cloud is dedicated to a single organization, offering more control and security (e.g., a bank's internal system).

18.What is a hybrid cloud?

A hybrid cloud combines public and private clouds, allowing data and applications to move between them.

19.What is a multi-cloud strategy?

Multi-cloud involves using services from multiple providers to optimize performance and reduce dependency.

Application and implications of Cloud Computing

20.What are the main benefits of cloud computing?

Cost savings, scalability, flexibility, accessibility and improved collaboration.

21.What are some risks of cloud computing?

Data security, compliance issues, service outages and cost management challenges.

22.How is machine learning used in the cloud?

Cloud platforms offer tools like AWS SageMaker and Google Cloud AI to build and deploy AI models without needing powerful local hardware.

Introduce to Blockchain Technology

23.What is blockchain technology?

Blockchain is a decentralized digital ledger that records transactions securely and transparently across a network.

24.What are the core principles of blockchain?

Decentralization, immutability and consensus.

25.What is decentralization in blockchain?

It means no central authority controls the network; instead, all participants share control.

26.What is meant by immutability in blockchain?

Once data is recorded, it cannot be changed or deleted, making it tamper-proof.

27.What is a consensus mechanism in blockchain?

A method used by nodes to agree on the validity of transactions before adding them to the chain.

28.What are the components of a blockchain system?

Nodes, ledger, blocks, transactions and protocols.

29.How is blockchain used in supply chain management?

It tracks products from origin to sale, ensuring authenticity and ethical sourcing.

30.How is blockchain used in healthcare?

It secures patient records and ensures only authorized people can access sensitive health data.

31.What are cryptocurrencies? Give two examples.

Digital currencies built on blockchain. Examples: Bitcoin, Ethereum.

32.What is a smart contract?

A self-executing contract with terms written in code that runs automatically when conditions are met.

33.What are some real-world uses of smart contracts?

Automating payments, managing loans, creating DApps (decentralized apps) and handling agreements without intermediaries.

34.What challenges do smart contracts face?

Coding errors are hard to fix and legal recognition is unclear in many regions.

35.How do artists benefit from blockchain?

Artists use NFTs (Non-Fungible Tokens) to prove ownership and originality of digital art, helping them sell directly to buyers.

Applications and implications of Blockchain

36.What is edge computing?

Edge computing processes data closer to where it is generated, instead of sending it to a central cloud. This reduces delays and improves response time.

37.Why is edge computing important for smart cities?

It helps process real-time data from traffic, energy systems and public safety devices quickly. This allows faster and smarter decisions in city management.

38.What is low latency? Why does it matter?

Low latency means minimal delay in data transmission, which is crucial for applications like remote surgery and autonomous vehicles.

39.What is serverless computing?

Serverless computing lets developers run apps without managing servers. The cloud provider handles all the infrastructure.

40.Give an example of serverless computing.

AWS Lambda is a popular serverless service where developers write code and the platform runs it automatically when triggered.

41.What are the key benefits of serverless computing for developers?

Serverless offers no server management, automatic scaling, event-driven execution and a pay-as-you-go pricing model, enabling faster development and reduced complexity.