Palindrome, fonction, division euclidienne, produit matriciel, courant, viscosité cinématique
Le document comprend plusieurs exercices sous forme de QCM en informatique et en physique.
[...] et la plus interne effectue le . entre une . et une . Exercice 2 : palindrome. pts) On aimerait écrire une fonction qui dit si une chaine de caractère passée en paramètre est un palindrome ou non. int palindrome (char* chaine, int taillechaine) { int debut, fin, bool ; debut = 0 ; fin = . ; bool = . ; while((debut . fin) (bool . if((chaine[deb] . chaine[fin])){ debut = . ; fin = . [...]
[...] : A char, B integrer, C string, D tuple. Exercice 2 : Odd/Even. pts) Write a function that asks the use to enter an integer, then displays "Even number" if this number is even and "Odd number" otherwise (if the remainder of the integer division of a number by two is equal to 0 it is even otherwise it is odd). To obtain the remainder of division, we use the module operetor. Exercice 3 : Prime Number. pts) Write a Boolean function is Prime(n) which takes as input a non zero natural integer n and return true if n is prime and false otherwise . [...]
[...] QCM d'informatique et de physique Exercice 1 : Multiple Choice Question. pts) Phython is a . language ? A interpreted, B machine, C compiled, D binary. Which of the following function converts a "string" to a "float" in python ? A str(x), B float(x), C long(x D int(x [,base]). In python, what keyword is used to start a function ? A function, B fun, C def, D inport. To defiine a block of code in python, we use . ? [...]
[...] pts) Écrire une fonction qui prend en paramètre deux matrices A (taille n x et B (taille m x Puis les indices i et j puis effectue le produit scalaire de la ligne i de A par la colonne j de B Float produit_scalaire(float**A, float**B, int int int int Écrire une procédure C qui calcul le produit matricielle entre A (taille n x et B (taille m x En se servant de la fonction précédente. Void produit - _matriciel(float**A, float**B, float**C, int int int . Bon courage . Examen, Programmation en langage scientifique, INF Mars 2023 Exercice 1 : cours. Complété le texte si après pts) Pour effectuer un produit matriciel on a besoin de . boucles impliquées. La plus externe parcourt les . [...]
[...] ; } } Return bool ; } Exercice 3 : produit matriciel. pts) void produit_matriciel(float** float** float** int { int i,j,t ; for(i= . ; . ; for(j= . ; . ; . ; for(t= . ; . ; . ; } } } ) Examen, Programmation en langage scientifique, INF Mars 2023 Vous êtes libre de répondre dans la langue de votre choix entre, le français et l'anglais 1.Combien vaudra la variable i à la fin 2. Quelle est la dernière valeur affichée par ce de ce programme ? [...]
Source aux normes APA
Pour votre bibliographieLecture en ligne
avec notre liseuse dédiée !Contenu vérifié
par notre comité de lecture