Oruro Technical University

The Oruro Technical University (Spanish: Universidad Técnica de Oruo, UTO), or UTO, is one of ten public universities in Bolivia. It is located in the city of Oruro.

The university was created on 15 October 1892 and was named Distrito Universitario de Oruro. It changed its name in 1937 to Universidad San Agustín and finally adopted its current name in 1941 under the dean, Josermo Murillo Vacarreza (1897–1987).

Engineering College

One of UTO's most prestigious colleges is the "Facultad Nacional de Ingeniería" (National Engineering School).

Postgraduate and Scientific Research Office The future vision of Oruro Technical University is to obtain grant-supported projects in all of its academic research areas.

The postgraduate program amalgamates relevant scientific research in its doctoral programs, working with national and international academic researchers. It aims to train scientists in critical and creative thinking, and to promote research in many scientific areas.

gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.
gollark: You must put the informations into a registron.
gollark: It's wonderfully easy to remember.
gollark: In x86_64 you use `syscall` to do syscalls.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.