Test Your Knowledge on Rust Programming Language This quiz will assess your knowledge of Rust programming language. See how well you know this modern systems programming language! michelle published on August 05 Stacked 1/11 Who developed Rust programming language? Google Microsoft Mozilla Apple 2/11 Which year was Rust first introduced to the public? 2008 2010 2012 3/11 What is Rust's mascot animal? Penguin Elephant Crab Dolphin 4/11 Which of the following is NOT a feature of Rust? Memory safety without garbage collection Concurrency without data races Zero-cost abstractions Dynamic typing 5/11 What is the Rust programming language named after? A metal alloy A programming concept A fungus A city in Europe 6/11 Which of the following is a common tool used for package management in Rust? npm Maven Cargo Gradle 7/11 Which of the following is a category of error that Rust prevents? Syntax errors Logic errors Null pointer dereferencing Print statement errors 8/11 What is Rust's primary focus in terms of usage? Web development Mobile app development Systems programming Data science 9/11 Which of the following is NOT one of Rust's core principles? Fearless concurrency Memory safety Control over hardware Interpretation over compilation 10/11 What is the file extension for Rust source code files? .cpp .java .rs .py 11/11 Which of the following languages inspired Rust's development? C# Perl Haskell Ruby