Computer Science - 9210 OxfordAQA

Efficiency Of Algorithms

Aperçu

Ask a class of thirty to add up the numbers from 1 to 100 and most of them start at the left and work along. One of them writes 5050 after a few seconds, because 1 and 100 make 101, and so do 2 and 99, and there are fifty such pairs. Both people solve the same problem. Both get the same answer. One did ninety-nine additions and the other did about three operations, and that gap is the entire content of this lesson.

You will learn why more than one algorithm can solve the same problem, what makes one of them more efficient than another, and how to compare two algorithms by counting the work they do rather than by timing them on a stopwatch. You will also learn where this specification stops: it asks only about time efficiency, and it never asks for a formal mathematical comparison. Knowing the boundary of a topic is worth marks, because it tells you what a question can and cannot be asking.

Objectifs

  1. Understand that more than one algorithm can be used to solve the same problem. Compare the efficiency of algorithms explaining how some algorithms are more efficient than others in solving the same problem.

Carte mentale

Ce theme est schematise pour montrer comment les idees se relient.

Ouvrez la carte mentale dans l'application

Note de cours

A problem is a statement of what must be achieved. An algorithm is one method of achieving it. Nothing anywhere says a problem gets only one method, and in practice almost every problem worth solving has several. Finding a name in a list, sorting a set of marks, working out whether a number is prime, drawing a line on a screen: each of those has a handful of well known algorithms, and choosing between them is a real engineering decision rather than a matter of taste.

Fiche complete disponible sur l'application Green Bridge

Installez l'application Green Bridge CBT sur votre telephone ou votre ordinateur pour acceder a toute la bibliotheque IGCSE : sujets d'examen, baremes, cartes mentales, fiches memo et lecons audio.

Notes de cours complètes avec diagrammes
Assistant d'apprentissage piloté par l'IA
Des examens blancs chronometres, corriges des que vous terminez
Disponible sur Android, Windows, macOS et Linux Application iOS bientot disponible

Évaluation de la leçon

Félicitations, vous avez terminé la leçon sur Efficiency Of Algorithms. Maintenant que vous avez exploré le concepts et idées clés, il est temps de mettre vos connaissances à lépreuve. Cette section propose une variété de pratiques des questions conçues pour renforcer votre compréhension et vous aider à évaluer votre compréhension de la matière.

Vous rencontrerez un mélange de types de questions, y compris des questions à choix multiple, des questions à réponse courte et des questions de rédaction. Chaque question est soigneusement conçue pour évaluer différents aspects de vos connaissances et de vos compétences en pensée critique.

Utilisez cette section d'évaluation comme une occasion de renforcer votre compréhension du sujet et d'identifier les domaines où vous pourriez avoir besoin d'étudier davantage. Ne soyez pas découragé par les défis que vous rencontrez ; considérez-les plutôt comme des opportunités de croissance et d'amélioration.

  1. On this specification, exam questions about the efficiency of algorithms refer only to: A. Memory efficiency B. Network efficiency C. Storage efficiency D. Time efficiency Answer: D
  2. An algorithm takes 2 seconds on 1000 items and 8 seconds on 2000 items. Approximately how long would it take on 4000 items? A. 10 seconds B. 16 seconds C. 32 seconds D. 64 seconds Answer: C
  3. A binary search is used on a sorted list of 1000 items. What is the maximum number of comparisons it will make? A. 3 B. 10 C. 500 D. 1000 Answer: B
  4. Which statement about two algorithms that solve the same problem is correct? A. The faster algorithm is always the better choice B. Two correct algorithms must do the same amount of work C. Only one algorithm can be correct for any problem D. The faster algorithm may have a condition on the data that the slower one does not Answer: D
  5. Algorithm A adds up the numbers from 1 to N with a loop. Algorithm B calculates N * (N + 1) DIV 2. Which statement is true when N is very large? A. Algorithm A does far more work than Algorithm B B. Algorithm B does far more work than Algorithm A C. Both do the same amount of work D. Algorithm B gives a different answer Answer: A

Travaillez ces questions dans l'application

Travaillez ces questions dans l'application

Pratiquez des questions blanches

Vous voulez vous entraîner sur des questions blanches sur Efficiency Of Algorithms ? Téléchargez lapplication Green Bridge CBT pour accéder à des questions blanches et à des évaluations complètes sur ce sujet.

Téléchargez l'application sur Google Play.

Tout ce dont vous avez besoin pour exceller au JAMB, WAEC et NECO.

Green Bridge CBT Mobile App
Assistant de chat d'apprentissage personnalisé par IA
Plus de 200 000 questions d'examen IGCSE, JAMB, WAEC et NECO.
Plus de 1200 notes de cours
Assistance Hors Ligne - Apprenez à Tout Moment, Partout
Horaire du Pont Vert
Résumés littéraires et questions potentielles
Suivez vos performances et votre progression
Explications Approfondies pour un Apprentissage Complet